This repo contains my code to automate boring stuff around me.
Code to extract study notes from WhatsApp Images folder. I've trained a CNN model to predict such images and extract them out of WhatsApp Images directory.
Code to automate the LAN Authentication process on IIT (BHU) campus.
A python script to get the emails of all the professors of BHU.
Just run get_bhu_mails.py
and it will crawl the contact section of BHU website, download all the docs containing details of every department, then use regex to get the emails out and paste it in results.txt.
A python script to create a vcf file using data(name and phone number) stored in a csv file.
A python script to know your medal in any hackerrank contest.
A python script to reset IP of any dlink router. The script will check for available IPs of the hostel, it will use admin credentials (set them in script) to login to the router admin portal, create a user session, and set the router IP to the one currently available :)
A python script to send messages using WhatsApp web, using selenium.
A python script to send emails using gmail web interface, using selenium.
Enjoy!