0de41e3522258da815fa5951455c9ea2a2de101e
Events Plus
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.
It may eventually grow to support other events and/or sport a separate UI. See [TODO].
Events are scraped via a pipeline that runs twice hourly, and if there are any changes, a new release containing iCal files is published.
Google Calendar Links
For your convenience, these have been imported to publicly available google calendars. You can (and should, for the best UX) import them into your account here.
- Sakura-Con 2025
How to Run
poetry install
eval $(poetry env activate)
poetry run generate-ics
TODO
- sync events to gcal by icaluid on every release via gcal api
- create multi-select webui
- save selected event uids in cookie
- compare event ids from last sync to current and highlight changes to previously selected events
- refactor event scrapers to use a config containing start/stop and other common metadata
- modify runner scripts to stop running on events that have already elapsed
- add support for other events like lbx
Releases
33
2025-04-20 08:00 AM
Latest
Languages
Python
100%