Skip to content

A Python Script which will be responsible for notify announcement of the running contest.

Notifications You must be signed in to change notification settings

saurabhyadavz/Codechef-Announcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Codechef-Announcer

A Python Script which will be responsible for notifying announcement of the running contest.

You just need to replace contest link and run this python program on the background.

Note: Program must run continuously until you want notification.

For ex : If the contest link is "https://www.codechef.com/COOK108A". then variable contest_link must assigned with this link and must look like this

contest_link = "https://www.codechef.com/COOK108A"

Most Important

Before You run this python program. You must need install some python module and library and these are done by following command.

pip install beautifulsoup4

pip install plyer

pip install requests

pip install lxml

About

A Python Script which will be responsible for notify announcement of the running contest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%