Skip to content

Small script for the retrieval of workouts via Strava's API. Flask instance, which opens a webpage with overlayed GPS routes for runs/walks.

Notifications You must be signed in to change notification settings

stobinaator/strava_stats

Repository files navigation

Tutorials

Tutorial to follow:
https://towardsdatascience.com/using-the-strava-api-and-pandas-to-explore-your-activity-data-d94901d9bfde
Video walkthrough:
https://www.youtube.com/watch?v=2FPNb1XECGs&list=PLO6KswO64zVvcRyk0G0MAzh5oKMLb6rTW&index=4

Setup

  1. create a virtual env with python version >=3.7.7.
  2. pip install -r requirements.txt.
  3. run python3 strava_acts.py.
  4. when step 3 is finished. it will prompt you to run python3 app.py - in order to start the Flask instance.
  5. open ULR: http://127.0.0.1:5002/runs-YEAR.

About

Small script for the retrieval of workouts via Strava's API. Flask instance, which opens a webpage with overlayed GPS routes for runs/walks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published