Fitbit
From Wildsong
I have a Charge2 right now, and I want to try out the API to download TCX data from fitbit.com
I am working on Bellman.
Build an environment to try out oauth2 authentication
cd Projects/fitbit git clone [email protected]:orcasgit/python-fitbit.git virtualenv --python=python3 myapp source myapp/bin/activate pip install python-fitbit/requirements/base.txt
Then, you must read: http://python-fitbit.readthedocs.io/en/latest/