adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

add basic Fitbit API example #140

Closed DJDevon3 closed 7 months ago

DJDevon3 commented 11 months ago

requires google account, fitbit device, fitbit developer app, api tokens. Non-graphing display example just serial output.

I wrote a brief walkthrough for fitbit dev app and token creation for Circuit Python use here.

Uses settings.toml, no learn guide or adafruit documentation associated with the example. No librarian changes needed.

Web API documentation for intraday heartrate: https://dev.fitbit.com/build/reference/web-api/intraday/get-heartrate-intraday-by-date/

DJDevon3 commented 10 months ago

Welp, somehow it automatically added my recent changes (today) for the discord web scrape example too instead of putting it in a separate pull request. :(

DJDevon3 commented 7 months ago

Updated branch with latest sync but I'm still 5 commits ahead. Updated Twitch API example for 8.2.x to use settings.toml. There are some minor API changes by Twitch.