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