This is just 2 scripts which I used to get 100+ people's strava activity for a club challenge. My only target was to get all of these people's activities in a spreadsheet, so if you want to use it, you need need make some tweaks to get it working.
I recommend reading this guide, since I mostly followed what it says.
-
First, you need register your app in your Strava settings.
-
The server outputs profile json responses to a google sheet, so
-
You should setup a google api service account and put the credentials(
creds.json
) in the same folder asapp.py
-
profiles.csv
should be a copy of your google sheet -
activity_ouput.csv
is the output offetch.py
-
Be careful of the number of API calls