sladkovm / stravaio

Python client for Strava API with a focus on fluent data handling
MIT License
71 stars 30 forks source link

Is add manual activities to Strava possible? #8

Open fomcl opened 4 years ago

fomcl commented 4 years ago

Hi,

I would like to programmatically add manual activities to my Strava timeline. I can do this using the Gui, but it's tedious because I want to log all my bicycle commutes. I studied the code, but it does not seem to be possible, am I right? (Access level 'read', etc)

Cheers! AJ

matthewsnell commented 4 years ago

It is possible through the api. . Whether it is possible using this library I'm not sure.