This repository is to share what could be done with the STRAVA API in order to see some statistics
-
Step 1 : Login to your Strava account on your desktop browser :
-
Step 2 : Go to Settings > My Application API and create a new one. You should get a result like this screenshot :
-
Step 3 : Edit your Application API settings to have the Authorization Callback Domain as your localhost (no need to have a working website, fill it with what you want) :
-
Step 4 : Edit the Python file code to have your API Application client secret
-
Step 5 : Run your code
- Edit the parameters at the head of the main.py file to define your output results
Here it is, don't hesitate to give me a feedback