A script to crawl the CodeChef contests page and notify user of new and present contests.
- After downloading all the files in master branch, run
pythonw.exe codechefScraper.pyin the command line.
-
The script scrapes the site every hour.
-
A system tray notification is displayed if a new contest is added or a contest is currently in progress.
-
Python 2.7
-
Windows only currently(notification mechanism for Linux and MacOS version needed)
Credit for the notification file notf.py goes to @boppreh