Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add basic Fitbit API example #140

Merged
merged 6 commits into from
Dec 3, 2023
Merged

add basic Fitbit API example #140

merged 6 commits into from
Dec 3, 2023

Commits on Aug 3, 2023

  1. add basic Fitbit API example

    requires google account, fitbit device, fitbit developer app, api tokens. Non-graphing display example just serial ouptut.
    DJDevon3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2f8fcc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e3d31 View commit details
    Browse the repository at this point in the history
  3. reordered imports

    for some reason black duplicated the entire script twice. cleaned up hopefully this time.
    DJDevon3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4f6ca91 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Update requests_adafruit_discord_active_online.py

    Updated with settings.toml instead of secrets.py.  Other minor changes. No learn guide updates required. This example only exists on github in the requests library examples.
    DJDevon3 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cb1fc8b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    7f2a608 View commit details
    Browse the repository at this point in the history
  2. update Twitch API example

    Now uses settings.toml by default, minor Twitch API change to GET follower count. Updated for 8.2.7, untested on 9.0.alpha
    DJDevon3 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2f88f54 View commit details
    Browse the repository at this point in the history