Metadata-Version: 2.4
Name: komootloose
Version: 0.1.0
Summary: Export komoot tours as GPX files from the command line.
License-Expression: BSD-3-Clause
Requires-Python: >=3.9
Description-Content-Type: text/markdown

<img src="assets/logo-wordmark.svg" alt="komootloose" width="520">

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


## 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 `<tour name>.gpx` unless `-o` is given.

## Development

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