Skip to main content

Call Fitbit's web API from terminal

Project description

README

PyPI version Build Status Coverage Status

A Fitbit client that works from terminal to read steps data without launching a web browser or requiring that the user is signed in.

Features

  • No web sign-in is prompted when running the app
  • Access doesn't expire
  • Uses a one-time code to get the OAuth2 access token
  • Saves a file with the credentials that it uses by default when run
  • Exposes a function for generic requests to Fitbit's API
  • Returns intraday steps data for a specified date in a Pandas Dataframe and the datetime of the last sync

Setup

Follow the instructions here to obtain the following:

  • Client ID
  • Code
  • Authorization

Note that for access to intraday data, create a personal app.

Then, either

  • Run this program and enter information when prompted
  • Or pass this information as function arguments

You can then start making Fitbit API calls. The program supports intraday steps and the last sync time with convenience functions, and there is also a function get_url for making generic requests to Fitbit's API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fitbit-client-0.0.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page