Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.51 KB

StravaTrainingUpload

Simple Python script based tool to upload all your trainings to Strava. Strava web client allows to upload only small amount of files per day and this script fixes that issue. Please note that Strava will still set some limitations to API usage. Check your limits from https://www.strava.com/settings/api. I was able to upload 200 files every 15 minutes.

Needed tools

  • Install these tools if needed
    • Python
    • Python request "pip install requests"
  • Download stravaGetTokenAndUpload.py

Uploading to Strava

  • Open Command Prompt
  • type command: python stravaGetTokenAndUpload.py
  • Follow instructions from script
    • Supported files are: fit, fit.gz, tcx, tcx.gz, gpx, gpx.gz.

    • Only one type of files per upload.

    • Files to be uploaded can be placed to folder next to script

      image

Tips to download trainings

Contact: [email protected]