Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 877 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 877 Bytes

Get email notifications when results are announced on http://results.unipune.ac.in. Demo on https://sppunotifier.herokuapp.com/.

How To Use This

  1. Clone this project
  2. Run pip install -r requirements.txt to install dependencies
  3. Add your email address, password, SMTP Host and port in app.py
  4. Run python app.py
  5. Navigate to http://localhost:7000 in your browser

Deploy to Heroku

Click the button below to set up this app on Heroku:

Deploy

You will also want to configure the heroku environment variable FLASK_DEBUG=False in order to properly serve SSL traffic.

Development

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.