Pull your data from Strava and be in control of your own data! The repository is 100% python based and uses the stravalib
Currently, this script let you
- save all activities with aggregated data in activities.xlsx,
- save all training load features of rides with HR and all runs in activity_features.xlsx,
- create a .KML map of all activities with GPS data,
- calculate statistics and totals.
In the future, this script will
- apply models on the training load metrics like the acute:chronic workload ratio,
- apply more statistics
- create the .KML map more efficiently.
- stravalib
- pprint
- simplekml
- numpy
- time
- matplotlib
Install libraries with:
pip install -r requirements.txt