https://github.com/johnpertoft/strava-things
Strava things
https://github.com/johnpertoft/strava-things
Last synced: 9 months ago
JSON representation
Strava things
- Host: GitHub
- URL: https://github.com/johnpertoft/strava-things
- Owner: johnPertoft
- License: mit
- Created: 2020-08-01T13:14:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T14:51:45.000Z (over 5 years ago)
- Last Synced: 2025-01-02T18:23:42.341Z (over 1 year ago)
- Language: Python
- Size: 515 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strava things
The code in this repository makes use of your Strava data which you can download by
following the instructions below. I built this to track my progress in riding all the streets of Stockholm, the result of which can be viewed [here](https://johnpertoft.github.io/strava/index.html).

## Instructions for downloading Strava account data (as of Aug. 2020)
1. Login to your account at Strava.com
2. Hover over profile picture in the top right corner and go to **Settings**
3. Click **My account** in the left sidebar menu
4. Under **Download or delete your account**, click **Get started**
5. Under **Download request**, click **Request your archive**
6. After a few hours you will receive a zip archive by email. Unzip this somewhere.
## Instructions for generating visualizations
### Prerequisites
- Docker
### Commands
```
./combined-routes.sh path/to/your/unzipped/strava/activities
```