/CEReminder

CE courseware reminder checks update of course pages, if there is any update, send an email to student and inform him/her!

Primary LanguagePython

CEReminder

CE courseware does not inform students when there is any update. but some courses have a lot of updates each day(see courses taught by instructor abtahi for example)
This python script checks whethere there is any update or not, if so, sends an email and informs the updates! #Usage

  1. set course_url with proper value
  2. in line 59, set your email and password.
  3. finally deploy it on a server!

have fun!