All Projects → pyaf → Code_for_fun

pyaf / Code_for_fun

Some of my scripts to automate the boring stuff around me

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Code for fun

whatsapp-web
Simon is a Python library that helps made easy the browser automation for WhatsApp Web service
Stars: ✭ 67 (-59.88%)
Mutual labels:  selenium, whatsapp
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-83.83%)
Mutual labels:  selenium, whatsapp
Whatsapp-Bot
Web.whatsapp.com bot made with selenium
Stars: ✭ 39 (-76.65%)
Mutual labels:  selenium, whatsapp
Whatsapp Assistant Bot
A personal WhatsApp assistant bot that will help you search anything on the web (Google, Images, Google Maps)
Stars: ✭ 198 (+18.56%)
Mutual labels:  whatsapp, selenium
Pywhatsapp
Python Automation using selenium & Scheduling of messages and media
Stars: ✭ 257 (+53.89%)
Mutual labels:  whatsapp, selenium
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-79.64%)
Mutual labels:  selenium, whatsapp
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-89.82%)
Mutual labels:  selenium, whatsapp
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-64.67%)
Mutual labels:  whatsapp, selenium
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (-49.7%)
Mutual labels:  selenium, whatsapp
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (-78.44%)
Mutual labels:  selenium, whatsapp
Whalesong
Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
Stars: ✭ 46 (-72.46%)
Mutual labels:  whatsapp, selenium
Whatsappbot
Send messages to any person in any time how much you want.
Stars: ✭ 104 (-37.72%)
Mutual labels:  whatsapp, selenium
Simple cnn
Simple Convolutional Neural Network Library
Stars: ✭ 158 (-5.39%)
Mutual labels:  convolutional-neural-networks
Python Selenium
selenium UI自动化测试框架
Stars: ✭ 162 (-2.99%)
Mutual labels:  selenium
Vdcnn
Implementation of Very Deep Convolutional Neural Network for Text Classification
Stars: ✭ 158 (-5.39%)
Mutual labels:  convolutional-neural-networks
Sign Language Interpreter Using Deep Learning
A sign language interpreter using live video feed from the camera.
Stars: ✭ 157 (-5.99%)
Mutual labels:  convolutional-neural-networks
Q Municate Ios
Q-municate iOS repository
Stars: ✭ 164 (-1.8%)
Mutual labels:  whatsapp
Tf Adnet Tracking
Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'
Stars: ✭ 162 (-2.99%)
Mutual labels:  convolutional-neural-networks
Brain.js
brain.js is a GPU accelerated library for Neural Networks written in JavaScript.
Stars: ✭ 12,358 (+7300%)
Mutual labels:  convolutional-neural-networks
Go Selenium
Selenium web driver library written in Go
Stars: ✭ 157 (-5.99%)
Mutual labels:  selenium

Code For Fun

This repository contains my code scripts to automate boring stuff around me.

Content

WhatsApp_img_notes_extractor

Code to extract study notes from WhatsApp Images folder. I've trained a Convolutional Neural Network model to predict such images and extract them out of WhatsApp Images directory.

devrant

A Python script to send notifications when you hit a given number of "++"s on devrant (requires BeautifulSoup)

typeracer_plot

A Python script to plot typeracer speed statistics of a given user. (requires Matplotlib and BeautifulSoup )

auto_lan_auth

A Python script to automate the LAN Authentication process on IIT (BHU) campus.

get_bhu_mails

A python script to get the emails of all the professors of Banaras Hindu University.

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

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

A python script to reset IP of any Dlink router. The script will check for available IPs of the hostel, and it will use the given admin credentials to log in to the router admin portal, create a user session, and set the router IP to the one currently available :)

selenium/send

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

selenium/gmail

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

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].