Skip to content

cuducos/triathlon-live-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triathlon Live Calendar

Calendar file generator for triathlonlive.tv upcoming events.

Install

Requires Python 3.11.2 and Poetry.

$ poetry install

Running

Starting the web server in development mode:

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

Generating the .ics file locally:

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

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

Contributing

Please, write and run tests:

$ poetry run pytest