632 B
632 B
Timetable V2 Notify
A Matrix bot for Timetable V2 to notify users when the substitution plan changes.
Screnshot
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