All Projects → droidlife → PyWhatsapp

droidlife / PyWhatsapp

Licence: MIT license
Python script to control whatsapp web using terminal

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyWhatsapp

WhatsApp-Scraping
Python script to get WhatsApp iformation frrom WhatsApp Web
Stars: ✭ 76 (+280%)
Mutual labels:  selenium, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+320%)
Mutual labels:  selenium, whatsapp-web
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-15%)
Mutual labels:  selenium, whatsapp-web
Automated-Whatsapp
Automated WhatsApp replies using selenium module in Python
Stars: ✭ 23 (+15%)
Mutual labels:  selenium, whatsapp-web
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (+35%)
Mutual labels:  selenium, whatsapp-web
java-opensdk
TestProject Java OpenSDK
Stars: ✭ 45 (+125%)
Mutual labels:  selenium
GeckoDriver ARMv6
Compiled binaries of Gecko Driver for ARMv6 architecture (cross-compiled)
Stars: ✭ 22 (+10%)
Mutual labels:  selenium
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (+220%)
Mutual labels:  selenium
selenium-grid-docker-swarm-test
Distribute automated tests with Selenium Grid and Docker Swarm
Stars: ✭ 28 (+40%)
Mutual labels:  selenium
Selenium.WebDriver.Extensions
Extensions for Selenium WebDriver including jQuery/Sizzle selector support.
Stars: ✭ 46 (+130%)
Mutual labels:  selenium
demo-webdriverio-cucumber
E2E Tests with WebdriverIO and Cucumber
Stars: ✭ 28 (+40%)
Mutual labels:  selenium
autotest-framework
UI自动化测试框架,支持APP、Web、HTML5三端, 基于SpringBoot框架, 采用Page Object设计模式,基于 TestNG 测试框架构建测试用例,支持消息通知、失败截屏、HTTP 报告、并发执行等特性
Stars: ✭ 98 (+390%)
Mutual labels:  selenium
OpenYspider
千万级图片爬虫、视频爬虫 [开源版本] Image Spider
Stars: ✭ 122 (+510%)
Mutual labels:  selenium
whatsapp-web-clone
A clone of Whatsapp web client 🌀
Stars: ✭ 27 (+35%)
Mutual labels:  whatsapp-web
chesf
CHeSF is the Chrome Headless Scraping Framework, a very very alpha code to scrape javascript intensive web pages
Stars: ✭ 18 (-10%)
Mutual labels:  selenium
SJS DROPS
Script using requests module to register accounts to Slam Jam Socialism raffles.
Stars: ✭ 21 (+5%)
Mutual labels:  selenium
TinySeleniumVBA
A tiny Selenium wrapper written in pure VBA
Stars: ✭ 29 (+45%)
Mutual labels:  selenium
crawler
Crawler with Python 3.
Stars: ✭ 34 (+70%)
Mutual labels:  selenium
Selenium-Document
a document with regard to selenium
Stars: ✭ 285 (+1325%)
Mutual labels:  selenium
robotframework-preso
Introduction to Robot Framework - TriTAUG Presentation
Stars: ✭ 16 (-20%)
Mutual labels:  selenium

PyWhatsapp

Python script to control whatsapp web using terminal

Overview

PyWhatsapp contains python script that uses selenium to automate the use of whatsapp web. The selenium is currently using chrome webdriver.

Alt Text

Requirements

  1. Install chrome using sudo apt-get install google-chrome-stable

  2. Download chromeweb driver from here.

  3. Install selenium using pip install selenium

  4. Add export CHROME_DRIVER='\path\to\chrom\driver' in bashrc file

Usage

Just run the whats.py file by

python whats.py

Things you can do with the script:

  1. Send a scheduled message.

  2. Broadcast a message by specifying the user name by comma separated values.
    Eg: Ankur, Bhanu, Riyaz, Mayank

License

This project is licensed under the MIT License - see the LICENSE file for details

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].