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"
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