You can't export csv, but you can get it like this:
Go to your Activities in Strava. It will show you your last 20 activities. Inspect the page (developer tools in browser)
Click "Network", "XHR" and maybe filter for "training"
Make a request in Strava, eg. by choosing type of activity "ride", then you will see it in the inspector. Click Response and you get to see your data in JSON. Copy it into this website: Convert csv, which gives you the csv. If you do that every 20 activities or less, it not that much effort.
No comments:
Post a Comment