Skip to content

A python script that will send you an e-mail when a class opens up on the uiuc course website

Notifications You must be signed in to change notification settings

ashwin-jacob/ClassChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A simple python script to email a person when a class on the UIUC course information becomes available. 

In refresh.py make sure you change the follwing items:
	refresh.py:44 fromaddr = 'XXXXXXX'  ---> Make sure you change the XXXX to email of sender and this should match the username in refresh.py:48  (ie example@gmail.com)
	refresh.py:45 toaddr = 'XXXXXX'     ---> Make sure you change the XXXX to the e-mail of the receipent (ie example@gmail.com)
	refresh.py:48 username = 'XXXX'     ---> Make sure you change the XXXX to the username of the from addr
	refresh.py:49 password = 'XXXX'     ---> Make sure you change the XXXX to the password of the from addr

About

A python script that will send you an e-mail when a class opens up on the uiuc course website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages