@@ -31,6 +31,7 @@ Access your Fitbit data directly from your terminal 💻. View 💤 sleep logs,
3131| [ Get AZM Time Series by Interval] ( https://dev.fitbit.com/build/reference/web-api/active-zone-minutes-timeseries/get-azm-timeseries-by-interval/ ) | ✅ |
3232| [ Get Breathing Rate Summary by Interval] ( https://dev.fitbit.com/build/reference/web-api/breathing-rate/get-br-summary-by-interval/ ) | ✅ |
3333| [ Get Daily Activity Summary] ( https://dev.fitbit.com/build/reference/web-api/activity/get-daily-activity-summary/ ) | ✅ |
34+ | [ Get Body Time Series by Date Range] ( https://dev.fitbit.com/build/reference/web-api/body-timeseries/get-body-timeseries-by-date-range/ ) | ✅ |
3435| [ Get HRV Summary by Interval] ( https://dev.fitbit.com/build/reference/web-api/heartrate-variability/get-hrv-summary-by-interval/ ) | ✅ |
3536
3637## Usage Guide
@@ -46,7 +47,8 @@ python -m pip install fitbit-cli
4647``` bash
4748fitbit-cli -h
4849usage: fitbit-cli [-h] [-i] [-j] [-r] [-s [DATE[,DATE]| RELATIVE]] [-o [DATE[,DATE]| RELATIVE]] [-e [DATE[,DATE]| RELATIVE]] [-a [DATE[,DATE]| RELATIVE]]
49- [-b [DATE[,DATE]| RELATIVE]] [-t [DATE[,DATE]| RELATIVE]] [-H [DATE[,DATE]| RELATIVE]] [-u] [-d] [-v]
50+ [-b [DATE[,DATE]| RELATIVE]] [-H [DATE[,DATE]| RELATIVE]] [-B [DATE[,DATE]| RELATIVE]]
51+ [-t [DATE[,DATE]| RELATIVE]] [-u] [-d] [-v]
5052
5153Fitbit CLI -- Access your Fitbit data at your terminal.
5254
@@ -72,10 +74,12 @@ APIs:
7274 Show AZM Time Series by Interval.
7375 -b, --breathing-rate [DATE[,DATE]|RELATIVE]
7476 Show Breathing Rate Summary by Interval.
75- -t, --activities [DATE[,DATE]|RELATIVE]
76- Show Daily Activity Summary.
7777 -H, --hrv [DATE[,DATE]|RELATIVE]
7878 Show HRV Summary by Interval.
79+ -B, --body [DATE[,DATE]|RELATIVE]
80+ Show Body Time Series for Weight, BMI, and Body Fat.
81+ -t, --activities [DATE[,DATE]|RELATIVE]
82+ Show Daily Activity Summary.
7983 -u, --user-profile Show Profile.
8084 -d, --devices Show Devices.
8185```
0 commit comments