rudisulistyo / WhatsappPy

Whatsapp Bot - Tool for automated Whatsapp interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Whatsapp Bot - Tool for automated Whatsapp interactions

License:GNU General Public License v3.0


Languages

Language:Python 100.0%