cpfair / tapiriik

tapiriik keeps your fitness in sync

Home Page:https://tapiriik.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support synchronizing Virtual Rides without GPS data from Strava to Endomondo

acontia opened this issue · comments

Tapiriik doesn't synchronize Strava's Virtual Ride activities (without GPS data) to Endomondo.

However, Strava supports exporting the activity from Strava as a .fit file containing heart rate, power, time, etc., and Endomondo supports importing it as a .fit file from their web.

So, I think, there must be a way of doing this programmatically...

To export a Virtual Ride as .fit, you need to append to the Strava activity URL, "/export_original", as per https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export

Export Original
There is a trick to export your own activity in its original file format that's similar to exporting a .TCX version.

Simply add "/export_original" - without quotes - to the end of your activity page URL. For example, if your activity page is www.strava.com/activities/987654321 - just add the text to give you www.strava.com/activities/987654321/export_original and hit enter. This will download your activity file in whatever file format it was originally uploaded in.