README
A way to access Fitbit daily and intraday steps data.
See example.py for usage.
This project uses a different notion of active steps than Fitbit. From experience, if you are walking for nine minutes, stop for one minute (say, at a traffic intersection before you are given the 'walk' prompt), and walk for another nine minutes, Fitbit will not register your walk as 'active'. This reader allows you to specify a step frequency that is considered active during a duration (the finest is minutes) and a number of time periods that can be inactive before ending the activity.
All data returns are in Pandas dataframes.
Setup
Option 1: Clone the repository
Best if you want to modify or view the code - note that you can do the following inside of a virtual environment
git clone https://github.com/robotpt/fitbit-reader
An easy way to setup the repository with its dependencies and with your Python path
is to use pip.
pip install -e fitbit-reader
Tests can be run with the following commands.
cd fitbit-reader
python3 -m unittest
Option 2: Use Pip
Best if you just want to use it
python3 -m pip install fitbit_reader
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fitbit-reader-0.0.2.tar.gz.
File metadata
- Download URL: fitbit-reader-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
464d126ff9d96f97ca4fb062e2db662917a607987948f561e78c64145e28b771
|
|
| MD5 |
1c906cde9d197ed205b15b5b9dc173ec
|
|
| BLAKE2b-256 |
1b4dedbba3246f80a61da1a66c1b986725c1fdacda62b6c4ef818c546c4bfbb5
|