All Projects → piyushsharma220699 → Automated-Whatsapp

piyushsharma220699 / Automated-Whatsapp

Licence: other
Automated WhatsApp replies using selenium module in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Automated-Whatsapp

dnevnik mos ru
Python module to get easy machine access to dnevnik.mos.ru
Stars: ✭ 21 (-8.7%)
Mutual labels:  selenium, google-chrome
WhatsApp-Scraping
Python script to get WhatsApp iformation frrom WhatsApp Web
Stars: ✭ 76 (+230.43%)
Mutual labels:  selenium, whatsapp-web
docker-images
Docker images for Katalon Studio and other frameworks
Stars: ✭ 110 (+378.26%)
Mutual labels:  selenium, google-chrome
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-26.09%)
Mutual labels:  selenium, whatsapp-web
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (+17.39%)
Mutual labels:  selenium, whatsapp-web
PyWhatsapp
Python script to control whatsapp web using terminal
Stars: ✭ 20 (-13.04%)
Mutual labels:  selenium, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+265.22%)
Mutual labels:  selenium, whatsapp-web
teasy
Test easy with Teasy - UI automation testing framework
Stars: ✭ 27 (+17.39%)
Mutual labels:  selenium
choco-selenium
Installs and configures selenium standalone, hub, or node server
Stars: ✭ 16 (-30.43%)
Mutual labels:  selenium
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+26.09%)
Mutual labels:  selenium
python-linkedin-bot
No description or website provided.
Stars: ✭ 25 (+8.7%)
Mutual labels:  selenium
atata-kendoui
A set of Atata components for Kendo UI
Stars: ✭ 17 (-26.09%)
Mutual labels:  selenium
webdrivermanager-examples
JUnit tests with Selenium WebDriver and WebDriverManager
Stars: ✭ 94 (+308.7%)
Mutual labels:  selenium
charles
Java web crawling library
Stars: ✭ 31 (+34.78%)
Mutual labels:  selenium
SEU-NewCourseElection-Helper
东南大学抢课助手。适配2021版选课系统。脚本仅用于捡漏,虽然理论上也可以抢课,但至少,我自己是不敢尝试的😋。本脚本仅供 SEU er 学习交流使用,出啥问题的话俺一概不负责任
Stars: ✭ 19 (-17.39%)
Mutual labels:  selenium
lostark-wait-notifier
🐤️ Lost Ark wait notifier
Stars: ✭ 38 (+65.22%)
Mutual labels:  selenium
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+147.83%)
Mutual labels:  selenium
pluralsight scrapper
A course downloader/scrapper for https://www.pluralsight.com
Stars: ✭ 39 (+69.57%)
Mutual labels:  selenium
ZZULI-healthreport
郑州轻工业大学疫情打卡
Stars: ✭ 95 (+313.04%)
Mutual labels:  selenium
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (+73.91%)
Mutual labels:  selenium

Automated Whatsapp

Usually, my close friends WhatsApp me late at night regarding some work thinking that I'm awake and will reply before morning. Thus, I made this WhatsApp bot using selenium in Python which automatically responds to your close friend's text (if they send one) that you're sleeping and thus won't be able to reply before morning! Also, when you wake up, you'll know who texted you!

Requirements

  1. Python 3.x with selenium installed
  2. Chrome Driver

Install Python from here: https://www.python.org/downloads/

Install Selenium Using command: pip install selenium

Install Chrome Driver:

  1. Go to Customize and Control Google Chrome > Help > About Google Chrome to check the version of Chrome Driver. save2

  2. Click on https://chromedriver.chromium.org/downloads and download the desired driver.

How to use the bot?

  1. Run the code.
  2. The code will automatically open Whatsapp Web in Chrome where you're supposed to scan the QR code. whatsapp_web
  3. Sleep Well! :)

Working of the bot

reply After every 5 minutes, the bot checks for every person you've specified in the closefriends list, that if there is any unread text from their side or not. If you've received one, then it replies with the message specified. Else does nothing.

Limitations(Future Scope)

  1. This is a bot for website verison of Whatsapp(Whatsapp Web) only, however we can extend it to the Desktop Application version too.
  2. The QR code needs to be scanned manually every time you run the code.
  3. Security concern is there as one is supposed to keep the Whatsapp Web open the whole night, however you can run the code and put the laptop on sleep mode the code will still run.
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].