From 3fbfe72959b49cea6fdc776fc4c712f1c0f75d88 Mon Sep 17 00:00:00 2001 From: Rufei Zhou Date: Mon, 7 Apr 2025 02:47:30 -0700 Subject: [PATCH] update readme --- .gitea/workflows/refresh.yaml | 1 - README.md | 11 ++++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index 37c81df..35c7fc3 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -89,7 +89,6 @@ jobs: uses: akkuman/gitea-release-action@v1 with: name: ${{ steps.time.outputs.time }} - md5sum: true tag_name: ${{ steps.time_tag.outputs.tag }} files: |- calendars.zip \ No newline at end of file diff --git a/README.md b/README.md index 1ebd8e0..2ffafd6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ - -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: +# 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. 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 poetry install eval $(poetry env activate)