Download all your Runtastic activities save to gpx
- 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
- pip install runtastic
- runtastic -e "your email" -p "your password"
- you also can get files after date
runtastic -e "your email" -p "your password" -t 2020-08-18
- you also can get files after timestamp
runtastic -e "your email" -p "your password" -t 1597680000
- Clone this repo
- pip/pip3 install -r requirements.txt (or use env)
- python runtastic.py -e "your email" -p "your password"
- python runtastic.py -e "your email" -p "your password" -t "date" -o "dir_name"
- Thanks to @Metalnem great repo