2025-04-10 15:16:28 -07:00
2025-04-10 05:20:08 -07:00
2025-04-10 15:14:32 -07:00
2025-04-06 23:44:42 -07:00
2025-04-06 19:10:15 -07:00
yay
2025-04-10 15:16:28 -07:00

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.

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.

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 compare event ids from last sync to current and highlight changes to previously selected events in release
  • modify runner scripts to stop running on events that have already elapsed
  • refactor event scrapers to use a config containing start/stop and other common metadata
  • create multi-select webui
  • save selected event uids in cookie
  • add support for other events like lbx
S
Description
No description provided
Readme GPL-3.0 408 KiB
2025-04-20 08:00:53 -07:00
Languages
Python 100%