python-automated-bulk-whatsapp-messages icon indicating copy to clipboard operation
python-automated-bulk-whatsapp-messages copied to clipboard

It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.

Results 11 python-automated-bulk-whatsapp-messages issues
Sort by recently updated
recently updated
newest added

Great one, I also recently made a python library that abstracts selenium and provides an easy and intuitive interface plus advanced control over the WhatsApp Web, you might wanna have...

Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl

Traceback (most recent call last): File "script.py", line 45, in person_title.send_keys(str(excel_data['Contact'][count])) NameError: name 'count' is not defined ![Screenshot (744)](https://user-images.githubusercontent.com/24480162/154864502-3aaa230d-13f7-4aef-ab8b-58c5cca166a7.png)

Hello Bro, Firstly I want to tell you that your coding skills are very good and this script of yours works very well. Just I had a question that is...

Could you help me to get custom amount too? if yes that would be greatful thanks anyways

getting this issue while reading excel in windows line 23, in excel_data = pandas.read_excel('customers.xlsx', sheet_name='Customers')

Can You provide new video link the one mentioned in Readme is not working

Traceback (most recent call last): File "/Users/danil/Desktop/python-automated-bulk-whatsapp-messages-master/script.py", line 30, in person_title = wait.until(lambda driver:driver.find_element_by_xpath(search_box)) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/Users/danil/Desktop/python-automated-bulk-whatsapp-messages-master/script.py", line 30, in person_title =...

Sir, I am beginner in coding. My script is opening chrome, pasting the message but not sending it.... Please help me resolve the issue.