Skip to content

This repo contains my code to automate boring stuff around me.

Notifications You must be signed in to change notification settings

maanuanubhav999/code_for_fun

 
 

Repository files navigation

Code For Fun

This repo contains my code to automate boring stuff around me.

WhatsApp_img_notes_extractor

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.

auto_lan_auth

Code to automate the LAN Authentication process on IIT (BHU) campus.

get_bhu_mails.py

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.

csv_to_vcf.py

A python script to create a vcf file using data(name and phone number) stored in a csv file.

hackerrank_medal.py

A python script to know your medal in any hackerrank contest.

set_router_ip.py

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 :)

selenium/send.py

A python script to send messages using WhatsApp web, using selenium.

selenium/gmail.py

A python script to send emails using gmail web interface, using selenium.

Enjoy!

About

This repo contains my code to automate boring stuff around me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • Jupyter Notebook 37.7%
  • Shell 0.8%