This repository has been archived on 2025-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-23 20:43:21 +02:00
2023-06-24 15:15:33 +02:00
2023-06-23 20:43:21 +02:00
2023-06-23 20:43:21 +02:00
2023-06-24 17:15:29 +02:00
2023-06-23 19:18:58 +02:00
2023-06-23 18:56:59 +02:00
2023-06-23 18:56:59 +02:00
2023-06-23 20:54:21 +02:00
2023-06-23 18:56:59 +02:00

Timetable V2 Notify

A Matrix bot for Timetable V2 to notify users when the substitution plan changes.

Screnshot

Screenshot

Setup using docker

Build the docker image

docker build -t timetable-v2-notify .

Copy the .env.sample to .env and change the values as required.

Run the docker image

docker run -d --name timetable-v2-notify -v timetable-v2-notify-data:/app/data --restart unless-stopped timetable-v2-notify
Description
A Matrix bot for Timetable V2 to notify users when the substitution plan changes.
Readme 134 KiB
Languages
JavaScript 99.1%
Dockerfile 0.9%