Skip to content

rasapetter/strava-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strava-upload

Upload recorded runs and rides to your Strava account.

Requirements

How to upload an activity file

Firstly, fetch an access token using access.py. Provide your API application's client_id and secret_key.

python access.py --client_id <YOUR_CLIENT_ID> --secret_key <YOUR_SECRET_KEY>

Upload an activity file using strava.py and the access token from the previous step.

python strava.py <ACCESS_TOKEN> <FILE>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages