Skip to content

Whatsapp Bot - Tool for automated Whatsapp interactions

License

Notifications You must be signed in to change notification settings

habibtalib/WhatsappPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

WhatsappPy

About

Whatsapp Bot - Tool for automated Whatsapp interactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages