This commit is contained in:
@@ -89,7 +89,6 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.time.outputs.time }}
|
name: ${{ steps.time.outputs.time }}
|
||||||
md5sum: true
|
|
||||||
tag_name: ${{ steps.time_tag.outputs.tag }}
|
tag_name: ${{ steps.time_tag.outputs.tag }}
|
||||||
files: |-
|
files: |-
|
||||||
calendars.zip
|
calendars.zip
|
||||||
@@ -1,8 +1,13 @@
|
|||||||
|
# Events Plus
|
||||||
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:
|
|
||||||
|
|
||||||
|
|
||||||
|
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. 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
|
||||||
```sh
|
```sh
|
||||||
poetry install
|
poetry install
|
||||||
eval $(poetry env activate)
|
eval $(poetry env activate)
|
||||||
|
|||||||
Reference in New Issue
Block a user