Send automated bulk WhatsApp messages from an excel sheet | Whatsapp excel sheet | Whatsapp Message
About It is a python script that sends WhatsApp messages automatically from the WhatsApp web application. It can be configured to send advertising messages to customers. It read data from an excel sheet and sends a configured message to people. Demo Video clip on youtube of the script execution. Youtube Prerequisites In order to run the python script, your system must have the following programs/packages installed and the contact number should be saved in your phone (You can use bulk contact number saving procedure of email). There is a way without saving the contact number but has the limitation to send the attachment. Python Selenium Web Driver Google Chrome Pandas Xlrd Approach User scans web QR code to log in to the WhatsApp web application. The script reads a customized message from excel sheet. The script reads rows one by one and searches that contact number in the web search box if the contact number found on WhatsApp then it will send a configured message otherwise ...