Skip to content

Aakarsh-B/WhatsappBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WhatsappBot

A bot to send repetitive messages to that one person you really wanna irritate.

Prerequisites

Selenium - pip install selenium (windows)
Chrome driver - https://chromedriver.chromium.org/downloads

How to use

  1. Change the title area to the name of the contact you wish to spam. Ensure the name is spelled the same as how you've saved their contact.
person = driver.find_element_by_css_selector('span[title="CHANGE THIS"]')
  1. Change the message to a unique message you wish to send
textarea.send_keys('Your Unique Message')
  1. 'n' represents the number of times your unique messages are going to be sent.
i=0
n=50
  1. Run it using Powershell (windows)
  2. A chrome tab should open up with whatsapp QR code.
  3. Scan the code with your phone.
  4. Press any key in the shell.
  5. You're done!

    I'm sorry for the people who are going to suffer from this.

About

A bot to send repetitive messages to that one person you really wanna irritate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages