aboutsummaryrefslogtreecommitdiff
path: root/generate_latest
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-10 01:02:35 -0800
committerFuwn <[email protected]>2025-02-10 01:02:35 -0800
commitbf5cb7b20283e3c71f39ccd83780c413aee0d7c4 (patch)
tree343e127a1e225f8694186c315da3915d08645c00 /generate_latest
parentdocs(readme): add icalendar information (diff)
downloadhololist-to-json-and-ical-bf5cb7b20283e3c71f39ccd83780c413aee0d7c4.tar.xz
hololist-to-json-and-ical-bf5cb7b20283e3c71f39ccd83780c413aee0d7c4.zip
feat: add latest data generator script
Diffstat (limited to 'generate_latest')
-rwxr-xr-xgenerate_latest7
1 files changed, 7 insertions, 0 deletions
diff --git a/generate_latest b/generate_latest
new file mode 100755
index 0000000..e41ff80
--- /dev/null
+++ b/generate_latest
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+python3 generate_json.py
+python3 generate_icalendar.py
+
+mv hololive_birthdays.json latest.json
+mv hololive_birthdays.ics latest.ics