Skip to content

To automatically send whatsapp messages in a loop through WhatsAppWeb using selenium

License

Notifications You must be signed in to change notification settings

hybridx/Whatsapp_bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. Python 2.7

  2. Selenium : sudo pip install selenium

  3. WebDriver :

http://chromedriver.storage.googleapis.com/index.html?path=2.21/ https://sites.google.com/a/chromium.org/chromedriver/downloads


You can also use the method given below if you don't want much hassle of installation

Here are the steps you will need to follow
var textArea = $x("//div[@contenteditable='true']")[1];
var text = 'Test';

new Array(50).fill(0).forEach(() => {
textArea.innerText = text;
textArea.dispatchEvent(new InputEvent('input', {bubbles: true}))
document.querySelector("#main > footer > div.x1n2onr6.xhtitgo.x9f619.x78zum5.x1q0g3np.xuk3077.x193iq5w.x122xwht.x1bmpntp.xs9asl8.x1swvt13.x1pi30zi.xnpuxes.copyable-area > div > span > div > div._ak1r > div.x123j3cw.xs9asl8.x9f619.x78zum5.x6s0dn4.xl56j7k.x1ofbdpd.x100vrsf.x1fns5xo > button").click()
})

Updated 17th June 2021

Detailed explaination comming soon

About

To automatically send whatsapp messages in a loop through WhatsAppWeb using selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages