Project
home

Project

GNDU-Result-Checker

Python Application that checks if any new result is declared on GNDU Results website, and reports back to us through Whatsapp.

code
GitHub
read
1 min

Python Application that checks if any new result is declared on GNDU Results website, and reports back to us through Whatsapp. This Application uses the requests, BeautifulSoup, Whastapp Python API with MultiThreading Support to check if any new result is declared on GNDU website, and reports back to us through Whatsapp. Goal: 1. To learn about requests library of python. 2. To learn about html parsing using BeautifulSoup4 3. To learn about Whatsapp using Selenium to make Whatsapp Bot (other project) more efficient.

anhatsingh/GNDU-Result-CheckerPython Application that checks if any new result is declared on GNDU Results website, and reports back to us through Whatsapp.Python1