runtastic

Download all your Runtastic activities save to gpx


Keywords
runtastic, running
License
MIT
Install
pip install runtastic==1.0.0

Documentation

Runtastic

Download all your Runtastic activities save to gpx

Features

  • All gpx: you can save your own data, which can upload to strava or runkeeper
  • Easy to use: just command line
  • Fast: Using async download 1500 activities only cost 3 mins

Using pip

  1. pip install runtastic
  2. runtastic -e "your email" -p "your password"
  3. you also can get files after date runtastic -e "your email" -p "your password" -t 2020-08-18
  4. you also can get files after timestamp runtastic -e "your email" -p "your password" -t 1597680000

Using Clone

  1. Clone this repo
  2. pip/pip3 install -r requirements.txt (or use env)
  3. python runtastic.py -e "your email" -p "your password"
  4. python runtastic.py -e "your email" -p "your password" -t "date" -o "dir_name"

use gpx

Acknowledgement

  • Thanks to @Metalnem great repo