Fitbit: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "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 authentic..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 14: Line 14:


Then, you must read: http://python-fitbit.readthedocs.io/en/latest/
Then, you must read: http://python-fitbit.readthedocs.io/en/latest/
Register your app https://dev.fitbit.com/apps

Revision as of 04:18, 7 June 2018

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/

Register your app https://dev.fitbit.com/apps