馃搮 Calendar file generator for triathlonlive.tv upcoming events triathlon-live-calendar.fly.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Python 97.7%
Dockerfile 2.3%
28 1 0

Clone this repository

https://tangled.org/cuducos.me/triathlon-live-calendar https://tangled.org/did:plc:3272gdrjsuikiff7qsgokgas/triathlon-live-calendar
git@tangled.org:cuducos.me/triathlon-live-calendar git@tangled.org:did:plc:3272gdrjsuikiff7qsgokgas/triathlon-live-calendar

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Triathlon Live Calendar#

Calendar file generator for TriathlonLive upcoming events.

Requirements#

Running#

Starting the web server in development mode:

$ uv run python -m triathlon_live_calendar web --reload --log-level=debug

Generating the .ics file locally:

$ uv run python -m triathlon_live_calendar generate tri-calendar.ics

Showing the contents of a .ics file or URL:

$ uv run python -m triathlon_live_calendar show tri-calendar.ics
$ uv run python -m triathlon_live_calendar show https://triathlon-live-calendar.fly.dev/

Try python -m triathlon_live_calendar --help for more details ; )

Contributing#

Please, write and run tests:

$ uv run pytest