This python script will check your HW grades on moodle periodically and send you a notification whenever a new grade arrives.
- Register at https://www.prowlapp.com/register.php
- Download Growl from the Mac app store
- Open the Growl app -> click on Displays -> under actions choose Prowl.
- Under the API Keys section, choose Generate.
- Download Prowl app from the App Store and login with the same account.
- Clone this repository and run
pip3 install -r requirements.txt
to install the dependencies. - Fill in your username and password in
NotifyGrade.py
- Run
NotifyGrade.py
Python 3.x
Only works on Mac computers and iPhones. This script must always run on your computer with internet connectivity.