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

Auto refresh token #25

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 31, 2021

  1. Save everything to a file for use in uploader.py

    Giles Malet committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    cf9d68d View commit details
    Browse the repository at this point in the history
  2. Upload docs to mention auto-refresh of tokens.

    Giles Malet committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    c349392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077fe35 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Sleep only the remainder of a 15 minute timeout.

    Giles Malet committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5844992 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Minor cleanup in docs while waiting for test run....

    Giles Malet committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    56f2bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361d318 View commit details
    Browse the repository at this point in the history
  3. Fix bug with shortened sleep times.

    Giles Malet committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    df2f0bb View commit details
    Browse the repository at this point in the history
  4. Fix bug with shortened sleep times.

    Giles Malet committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a9efb59 View commit details
    Browse the repository at this point in the history
  5. Don't be clever with sleep times.

    Seems Strava means "15 minutes from the last activiy", rather than
    dividing an hour into 15 minute pieces, and limiting each. So just
    do the 15 minute wait each time a timeout is required.
    Giles Malet committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dae082e View commit details
    Browse the repository at this point in the history