Profile Photo

Vishesh Jain

Software Developer

🔔 Automated Result Notification System

Blog Post Image

🔔 Automated Result Notification System using Python, GitHub Actions, and WhatsApp 🎓📬

I recently built a solution to automate the process of checking university exam results.
Instead of manually visiting the Rajasthan Technical University (RTU), Kota result website again and again, my system checks the website every hour and sends a notification as soon as the result is declared.

✅ Key Features:
Automated website checking using Selenium
Scheduled to run hourly with GitHub Actions
Sends instant notifications via:
 1. ✉️ Email (Flask-Mail)
 2. 📱 WhatsApp (via API)

I received both email and WhatsApp notifications right when the Vth semester result was published — and it worked flawlessly.

💻 Tech Stack:
1. Python
2. Selenium WebDriver
3. Flask-Mail
4. WhatsApp API (Twilio)
5. GitHub Actions (for automation and scheduling)
GitHub Repo Link

Comments