whatsapp-bulk-messenger icon indicating copy to clipboard operation
whatsapp-bulk-messenger copied to clipboard

Send whatsapp message in bulk

Results 15 whatsapp-bulk-messenger issues
Sort by recently updated
recently updated
newest added

could not get version for chrome with this command reg quer ![2022-06-17_122147](https://user-images.githubusercontent.com/107548382/174251210-af795429-c906-4615-b6b6-a76c38740291.jpg) y

I'm running Python 3.9 on macOS 12.3. Can you have a look? Thanks!

Hi there Great project, based on what you're doing you might be interested in adapting the package [Alright](https://github.com/Kalebu/alright) for the WhatsApp Automation. Here a snippet how you do bulk messaging...

File: automator.py line 77 Old class whatsapp button click_btn = WebDriverWait(driver, delay).until(EC.element_to_be_clickable((By.XPATH, "//button[@class='_4sWnG']"))) New class whatsapp button click_btn = WebDriverWait(driver, delay).until(EC.element_to_be_clickable((By.XPATH, "//button[@class='tvf2evcx oq44ahr5 lb5m6g5c svlsagor p2rjqpw5 epia9gcq']")))

"Press enter after login into WhatsApp Web and your chats are visible" As for me, when i press enter nothing happens

how to add group to numbers list ?

enhancement
help wanted

To send a file add the full path of the file to the files.txt. Each file should be in a new line.

The script wasn't able to find the send message button. I changed the xpath to up-to-date address so that now selenium is able to click on the button.

The web driver in webdriver-manager library 3.4.2 version is not supported anymore and the drivers are updated on need-based so it's best for it to be updated.