Use your exported Strava data to create custom charts of your activities.
git clone https://github.com/ecumike/activigraph.git
cd activigraph
The process for downloading data is described on the Strava website here: [https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export#Bulk], but in essence, do the following:
- Log in to Strava
- Select "Settings" from the main drop-down menu at top right of the screen
- Select "My Account" from the navigation menu to the left of the screen.
- Under the "Download or Delete Your Account" heading, click the "Get Started" button.
- Under the "Download Request", heading, click the "Request Your Archive" button.
- Wait for an email to be sent with the download link.
- Click the link in email to download zip file of your data.
- Unzip files
- Move the unzipped Strava files and directories into the repo
strava_data
directory.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
flask --debug run
# Load the site at http://127.0.0.1:5000
Give a ⭐️ if this project helped you!