This repository contains modules and Jupyter notebooks with code for downloading Strava activities data and analyze it in interactive maps like kepler.gl and folium
Now it can download all activities from selected clubs. See configuration
Poetry is used for this project
$ poetry install
It's not ready-to-use tool. Use it as basis for your own research.
YAML is used for configuration. See config.yaml.example
Strava API is very limited in terms of downloading others activities. So stravaweb client uses HTML API. Strava limits downloads of activity data, approximately 40 downloads allowed in short period, so this code can use multiple accounts.