Using strava to do personal analyses and to practice data scientist skills.
- Update the strava code on environment.
- Run the
create_token.py
script to create a token. - Run the
get_activities.py
script to get activities.
The most commom problem is related to the token. If you have a problem with the token, you will need to update this token.
- Open https://www.strava.com/settings/api and click on
Generate new client secret
. - Update the
client_secret
on the.env
file. - You will need a new strava code, so access this link replacing CLIENT_ID by your client_id.
- Update the
strava_code
on the.env
file the code generated on the link.