Skip to content

bhrutledge/zwift-to-strava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload Zwift activities to Strava

Single-use scripts to upload all of my Zwift activities to Strava, before I had connected the two.

Pre-requisites:

Usage

Set up the environment:

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.in

Sign in with 1Password:

eval $(op signin --account my)

Download all .fit files from Zwift:

export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

python3 zwift_download.py

Follow the instructions to authorize with Strava:

python3 strava_auth.py

Upload all .fit files to Strava:

python3 strava_upload.py *.fit

About

Upload Zwift activities to Strava

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages