Files
events-plus/README.md
T

11 lines
299 B
Markdown
Raw Permalink Normal View History

2025-04-06 19:06:42 -07:00
This script turns the Sakura-Con schedule from Eventny into iCalendar files for import into your calendar program of choice. Events are broken out into separate files, by track.
It is vibe-coded. Anyway, here's how to run it:
```sh
poetry install
eval $(poetry env activate)
python toical.py
```