Send a notification when the attendance check is open at ESILV, EMLV and IIM
(leonard-de-vinci.net)
Notifications are sent using Alertzy. Download the app on your phone (iOS and Android), create an account and get your account key in the account tab.
This app is packaged with Docker. The latest version is available in the repository:
ghcr.io/timothefcn/ldv_rollcallbot:latest
Deploy it in a single command (replace the environment variables with your own):
docker run \
ghcr.io/timothefcn/ldv_rollcallbot:latest \
-e LOGIN=<exemple@edu.devinci.fr> \
-e PASSWORD=<Password> \
-e NOTIFID=<AlertzyID>
If everything is ready, you should receive a notification on your phone.
Name | Description | Required |
---|---|---|
LOGIN | Your devinci email address | Yes |
PASSWORD | Your devinci password | Yes |
NOTIFID | Your Alertzy Account Key | Yes |