Skip to content

Emails you whenever your grades change, telling you which grade changed and by how much.

Notifications You must be signed in to change notification settings

zfurman56/schoolloop-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SchoolLoop Notification System (SLNS)

This program will email you whenever your grades change, telling you which grade changed and by how much.

SLNS will check once a minute (by default) whether your grades have changed, and if so, email you.

SLNS is run at the command line, like so:

python main.py {schoolloop school prefix} {schoolloop username} {schoolloop password} {destination email address} {sender email address} {sender password} {smtp address} {update time}

By default, it runs continuously, checking for grade changes every 60 seconds. You can change this time with the final parameter (update time) by specifying it. You may wish to run it in the background so as not to permanently occupy a terminal window.

About

Emails you whenever your grades change, telling you which grade changed and by how much.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages