Automatic Komoot export
While I like Komoot and use it to navigate and record all my tours, whether that are bike tours or hiking trips, it sucks that there’s no option to export all your data. There’s also no official API to easily implement such functionality.
But as a developer, I was able to help myself and with some inspiration from a German Linux-Magazin article and some reverse engineering, I was capable of building a simple Go script that does exactly that.
It checks the internal Komoot API and downloads all the recorded tours as GPX files to your local disc. It also works incrementally, so if I rerun the script after a new recorded tour, it will download just that.
You are welcome to re-use my code. But I assume no liability and offer no guarantee that it will work!