Skip to content

zvovov/ipu-result-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPU Result Notify

Get email notifications when IP University (GGSIPU) uploads exam results.

What is this

This python script monitors the IP University results page for any changes. An email is sent to the user whenever there is a change.

Why

To save the F5 key from incessant torture.

How To

  1. Clone this repository.

    $ git clone https://github.com/zvovov/ipu-result-notify.git
    
  2. Install the requirements.

    $ pip install -r requirements.txt
    
  3. Enter sender's email (gmail), password and receiver's email(s) (any) in results.py.

    from_addr = "SENDER_EMAIL"
    to_addr = ["RECEIVER_EMAIL", "RECEIVER_EMAIL"]
    ...
    server.login(from_addr, "PASSWORD")
    

    You can even enter the same email (gmail) in sender and receiver to send emails to yourself.

  4. Run the script. Only runs on Python 3.x

    $ python result.py 600
    

    600 is the time interval (in seconds) after which the script will check if the result page has changed. This wait-check process will go on, unless stopped using Ctrl-C.

  5. Run this script on your machine or on a server.

    Email from IPU Result Notify

  6. Profit.

License

MIT

About

Get IP University (GGSIPU) exam results delivered to your inbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages