April 2017
Beginner to intermediate
312 pages
7h 23m
English
The documentation for the Fitbit API is available at http://python-fitbit.readthedocs.org/.Let's write a simple example to get today's physical activity:
import fitbit
fbit_client = fitbit.Fitbit(CONSUMER_KEY, CONSUMER_SECRET, access_token=ACCESS_TOKEN, refresh_token=REFRESH_TOKEN)
Read now
Unlock full access