Files
events-plus/README.md
T

16 lines
570 B
Markdown
Raw Normal View History

2025-04-07 02:47:30 -07:00
# Events Plus
2025-04-06 19:06:42 -07:00
2025-04-07 02:47:30 -07:00
Right now, this is a script that 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.
2025-04-06 19:06:42 -07:00
2025-04-07 02:47:30 -07:00
It may eventually grow to support other events and/or sport a separate UI. It is also vibe-coded.
Events are scraped via a pipeline that runs twice hourly, and if there are any changes, [a new release is published](https://g.dracoli.ch/rufei/events-plus/releases).
## How to Run
2025-04-06 19:06:42 -07:00
```sh
poetry install
eval $(poetry env activate)
python toical.py
```