Python Malayalam | Part 7 : WhatsApp Automation - Basic |Send Bulk WhatsApp Messages|Python Selenium

preview_player
Показать описание
In this Python Automation Malayalam video, we are gonna be automating WhatsApp such that we can send bulk messages to groups or in other words, a Python script that can send messages to bulk groups. The input to the Python script is the group names and the message itself. In short, we will write a cool Python script to send bulk group messages. This is the basic video of the whole 3 video WhatsApp Automation. In the next videos, I will show you how to send attachments such as images along with the content to the WhatsApp groups in bulk. And in the third video, we will fix the QR Code issue, that is, we only need to scan the QR Code at the first time we run the Python script. We will leverage Python Selenium for this WhatsApp Bulk Group Message Sending Automation. This is a Python Malayalam Web Automation Video.

Don't forget to give a ⭐️ to the repo.

References :

Subscribe | Code Band

Other videos in Code Band :

:) You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

Pwoli Video Bro 🔥🔥🔥
God bless you 💕💕💕

litebook
Автор

Ith kayinjitt telegram and WhatsApp bot creation cheyyane....

nihaln
Автор

Telegram bot creation from beginners to advanced level vedio cheyammo

paulvl
Автор

Bro...Ella divasavum 4.00 kk Oru WhatsApp message ayakkanam...ath engine set cheyyum

nihaln
Автор

Ithil tittle span multiple ullappol ath find cheyyunnilla..athinu solution undo?

vineeths
Автор

Hi, for me the group names are not pasting one by one, in search box, whole lines in groups.txt are been pasted there.


for group in groups:
search_box = WebDriverWait(browser, 30).until(EC.presence_of_element_located((By.XPATH, search_xpath)))
pyperclip.copy(group)

#

OK I got it, search_box.clear()
U didn't mention that on the video..

MrNuni