Spam your whatsapp groups and contacts with hundreds of messages.
Latest python 3.7
A Terminal of course xD
git clone -b 1.0_windows.py --single-branch https://github.com/th3-ma3stro/whatsapp-spammer.git
cd whatsapp-spammer
Before running the script you need these packages installed.
Modules |
---|
selenium-webdriver |
pyautogui |
pyinquirer |
pyfiglet |
You can install these by running
pip install -r requirements.txt
And you can download chromedriver
from here
After that just run python spammer.py
and follow the on-screen instructions.
chromedriver
should be in PATH, else mention the location of chromedriver
in line 9
For example
driver = driver.Chrome(r'''C:\chromedriver.exe''')