python-fitbit icon indicating copy to clipboard operation
python-fitbit copied to clipboard

A simple Fitbit API client

Results 4 python-fitbit issues
Sort by recently updated
recently updated
newest added

I finally found my way through the code and into the config file. I added an option 'timeformat' to specify a 24h format for parsing for international users.

awesome base. I was trying to use it but ran into some issues (see below) which I resolved, and expanded slightly. issues: -could not connect authenticate request (issues with the...

Hi! Is there a way to download weight data which is assigned to no user ("guest")? cheers, pedro

1. The cookie values required to create the Client object have changed. The SID value now has to be pulled from the u cookie. 2. The script no longer appears...