Download your data from https://www.sportstracklive.com
Quick and dirty notebook that downloads all your tracks (html and gpx) from sportstracklive.com in case you want to have a backup or upload your tracks to another service.
Basic idea:
- Get an overview of the tracks on the search page: http://old.sportstracklive.com/search?what=user:USERNAME
- Download a specific number of those overview pages
- Download all linked "Info" pages with track details
- Download the corresponding gpx-files
- Clean up "empty" files, since we download "empty" gpx-tracks as well.
Setup:
- Use the conda environment.yml to set up your python environment
- Run the notebook in Jupyter (Lab)
- Enter e-mail, password, username and number of search pages to scrape