An open API service indexing awesome lists of open source software.

https://github.com/scorphus/komootloose

Export komoot tours as GPX files from the command line — no subscription needed
https://github.com/scorphus/komootloose

gpx komoot

Last synced: 28 days ago
JSON representation

Export komoot tours as GPX files from the command line — no subscription needed

Awesome Lists containing this project

README

          


komootloose

Export komoot tours as GPX files from the command line — no subscription needed.

No CLI at hand? Use the web app: **[scorphus.github.io/komootloose](https://scorphus.github.io/komootloose/)** — runs entirely in your browser.

## Installation

```sh
uv tool install komootloose
```

Or `pipx install komootloose`, or `pip install komootloose`.

## Usage

```sh
komootloose 123456
komootloose https://www.komoot.com/tour/123456
komootloose "https://www.komoot.com/tour/123456?share_token=..." # link-shared tours
komootloose https://www.komoot.com/smarttour/123456 -o route.gpx
komootloose 123456 -o - # write GPX to stdout
```

Each tour is written to `.gpx` unless `-o` is given.

## Development

```sh
uv sync
uv run pytest
```