WhatsApp Automation in Python using selenium which is capable of sending messages and images to any desired recipient given by user on WhatsApp Web.
Python 2 or Python 3 (preferred)
- Clone the repository
git clone https://github.com/Lavanyask03/whatsapp-automation.git
- Install required packages via pip. (Type in anaconda prompt or python prompt)
pip install -r requirements.txt
- Open and run the notebook using Jupyter notebook.
jupyter-notebook WhatsApp_Automation.ipynb
Do change the path for chromedriver.exe file.
Enter in the recipient's name and message to send it, image can also be sent. The QR Code scanning cannot be automated and should be done manually when the Whatsapp Web page opens.