Export Fitbit data to Google Fit. Unlike the alternatives such as fitnessyncer.com, this offers very fine intraday granularity (every minute/second data).
cron.sh originally used the system's python3, not the one installed in the virtualenv. If there were any unmet dependencies on the host system, cron.sh would error out. The change sources fitbitenv/bin/activate so the following python3 will be from the virtualenv instead of the host system.
cron.sh
originally used the system's python3, not the one installed in the virtualenv. If there were any unmet dependencies on the host system,cron.sh
would error out. The change sourcesfitbitenv/bin/activate
so the followingpython3
will be from the virtualenv instead of the host system.