Skip to content

Python script for new examination marks notification (th nuernberg)

License

Notifications You must be signed in to change notification settings

jloeser/examination-marks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

examination-marks

Python script for new examination marks notification (TH Nuernberg). As the university's mail notification is often too late, we can pull new releases by ourselves :3

For students enrolled at TH Nuernberg (http://www.th-nuernberg.de/) only!!

You need to set first:

USERNAME = 'student1234'
PASSWORD = 'passwd1234'
SMTPSERVER = 'smtp.foo.bar'
RECIPIENTS = ['[email protected]']

Cronjob example (pull every 5min):

*/5 * * * * cd ~/examination-marks; python exammarks.py -q

About

Python script for new examination marks notification (th nuernberg)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages