Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 570 Bytes

File metadata and controls

21 lines (14 loc) · 570 Bytes

CodeChef-Scraper

A script to crawl the CodeChef contests page and notify user of new and present contests.

Usage

  • After downloading all the files in master branch, run
pythonw.exe codechefScraper.py

in 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.

Compatibility

  • Python 2.7

  • Windows only currently(notification mechanism for Linux and MacOS version needed)

Credit for the notification file notf.py goes to @boppreh