diff options
| author | Fuwn <[email protected]> | 2025-02-10 01:02:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-10 01:02:35 -0800 |
| commit | bf5cb7b20283e3c71f39ccd83780c413aee0d7c4 (patch) | |
| tree | 343e127a1e225f8694186c315da3915d08645c00 /generate_latest | |
| parent | docs(readme): add icalendar information (diff) | |
| download | hololist-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-x | generate_latest | 7 |
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 |