Python script to control whatsapp web using terminal
PyWhatsapp contains python script that uses selenium to automate the use of whatsapp web. The selenium is currently using chrome webdriver.
-
Install chrome using
sudo apt-get install google-chrome-stable
-
Download chromeweb driver from here.
-
Install selenium using
pip install selenium
-
Add
export CHROME_DRIVER='\path\to\chrom\driver'
in bashrc file
Just run the whats.py file by
python whats.py
Things you can do with the script:
-
Send a scheduled message.
-
Broadcast a message by specifying the user name by comma separated values.
Eg:Ankur, Bhanu, Riyaz, Mayank
This project is licensed under the MIT License - see the LICENSE file for details