Skip to content

yeganathan18/Whatsapp-Spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Whatsapp Spammer 🔫

Want to spam your friend on Whatsapp!? then you're probably in the right place. Follow the below few steps and you're ready to go❗️

Installation

Use the package manager pip to install the necessary module to run the python script.

pip3 install selenium

Get the chrome driver for chrome browser based on the version you have here.

Note

We can also use other browsers with this python script, but before doing so install the necessary browser driver.

To know more about controlling your browser via python check this out here.

Usage

import selenium

# Give your chrome driver path (relative path) in the executable_path argument
driver = webdriver.Chrome(executable_path='')

name = input("Name:") # name as per in the WhatsApp contact
message = input("Message:") # message that you want to spam
i = int(input("How many Spam Text: ")) # count of spam message

Finally 🎉

Successfully spammed our friend😌

About

Python script for Spamming in WhatsApp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages