Push notification service for WAFFEL-exercises
The website WAFFEL provides overview, submission management and feedback for university exercises. This tool checks every minute if the account it is configured with has new feedback and sends a push notification if that is the case.
- Install docker and docker-compose
- Create a pushsafer.com account
- Clone repository to your machine
- Rename
.env.example
to.env
and enter your values:- Pushsafer private key
- WAFFEL-Credentials
- Run
docker-compose build && docker-compose up