Get email notifications when results are announced on http://results.unipune.ac.in. Demo on https://sppunotifier.herokuapp.com/.
- Clone this project
- Run
pip install -r requirements.txt
to install dependencies - Add your email address, password, SMTP Host and port in app.py
- Run
python app.py
- Navigate to http://localhost:7000 in your browser
Click the button below to set up this app on Heroku:
You will also want to configure the heroku environment variable FLASK_DEBUG=False in order to properly serve SSL traffic.
If you want to work on this application I’d love your pull requests and tickets on GitHub! Please make sure it describes the problem or feature request fully.