matthias-hi / komoot-export

Export tour data and gpx tracks from Komoot
MIT License
14 stars 4 forks source link

Login process broken #1

Open matthias-hi opened 4 years ago

matthias-hi commented 4 years ago

Since end of October 2019 the login process is broken.

ARKoellner commented 4 years ago

I read that you could not fix it. Thanks for having tried. Btw, it is broken since Oct 11 2019. Do you have a similiar script for strava to download all gpx files?

Patrick-DE commented 4 years ago

I forked the project and because I was to lazy to fix the login + my account is FB connected, the script requires now instead of username and password a cookie which has to be aquired manually. Nevertheless, it works so it is good enough for me.

matthias-hi commented 4 years ago

@ARKoellner Sorry, I missed your comment. I'm also mainly using Strava (now) for storing my tour data. Luckily Strava has a proper API to access your data. I've played around with it a bit in a Jupyter Notebook. Seemed to work nicely but I have no ready to use scripts I can share. Let me know if you need any hints on how to get this working. Strava offers also a "Bulk Export" of all your data. However that way is a bit clumsy for syncing the gpx files to your local storage because each time you need to download a big zip file including all the pictures you have ever uploaded.

@Patrick-DE I'm glad my script is still useful for you.