Notifies you when you have a new grade on peoplesoft (Inholland)
To start the project use the following command
docker run -d \
--restart always \
-v $(pwd)/database:/database \
-e EMAIL="<your_email>" \
-e PASSWORD="<your_password>" \
-e WEBHOOK_URL="<your_webhook_url>" \
--name grade-notifier \
ghcr.io/sipacid/grade-notifier:main
This project is licensed under the MIT License - see the LICENSE file for details.