Download your training road workouts as zwo and import it as Zwift workouts!
Click on the button above, and replace your credentials and your desire parameters, wait an download the zip file
ATTENTION: I strongly suggest clone this repo and run it in your local environment, sometimes it could fail because trainerroad already blocked binder IP.
Make sure to replace the following variables with your own values:
os.environ[TRAINERROAD_USER] = "your@username.com"
os.environ[TRAINERROAD_PASSWORD] = "yourpassword"
START_DATE = "MM-DD-YYYY" # For example: 12-20-2021, By default today's date
END_DATE = "MM-DD-YYYY" # For example: 12-20-2021, By default, today's date within 3 years
INCLUDE_DATE = False # If True Download the whole calendar including daily workouts
OS X & Linux:
create your own environment with conda or virtualenv and then:
pip install -r requirements.txt
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Credits to stuwilkins for python-trainerroad