Windows GUI equipped Automated spammer for WhatsApp.
This application is purely for learning purposes. Do not use it for wrong purposes such as harassing or spreading hate or spamming.
You need to have Python 3 installed on your PC. If you don't, all you need to do is go to https://www.python.org/downloads/ and download the latest version of Python OR You could go to https://anaconda.org/ and download Anaconda.
pip install selenium
conda create --name newenv
conda activate newenv
conda install selenium
You need to download Chrome webdriver, corresponding to your version of Google Chrome. Go to http://chromedriver.chromium.org/downloads and download the suitable version.
Move into the directory containing the application. Eg:
cd Desktop
cd WhatsApp Spammer
Now type:
python Run.py
to launch the application. You need to have an active internet connection and you need to scan the QR code within 20 seconds after pressing on the spam button for it to function.
This application uses Selenium web automation. Based on the data entered by the user, the application opens a web browser and once the user logs into his/her WhatsApp Web, finds the target and spams the message the desired number of times.
Feel free to open a pull request if any bugs are found or something can be improved.