Jan-Lukas Else

Tech, life and everything else

Automatic Komoot export

Published on in 👨‍💻 Dev
Short link: https://b.jlel.se/s/785
Share this post
⚠️ This entry is already over one year old. It may no longer be up to date. Opinions may have changed.

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!

Tags: ,

Jan-Lukas Else
Interactions & Comments