corriporai / runpandas

RunPandas - Python Package for handing running data from GPS-enabled devices to worldwide race results.
https://runpandas.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Support to pull Strava activities #9

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

Strava is a popular social network used by worldwide runners. The basic idea is to have a new reader to parse/pull data from Strava.

Check stravalib to see how to extract the data.

marcelcaraciolo commented 3 years ago

Working now in a new parser for pulling data from specific activities from strava using stravalib .

Using same architecture as runpandas.io submodules