Whatsapp Bomber is a fun tool to prank your friends.
This tool uses keyboard library to write and send a message continuosly.
This tool doesn't work in mobile phones.
Make sure you've logged in to Whatsapp Web.
First of all you need to install Python 3. After installing python execute below command in terminal.
pip install keyboard
Or
pip3 install keyboard
You can use this tool as GUI or Console app. Both ways are mentioned below.
Open the Console diretory of this tool, then run the main.py file.
python main.py
Open the GUI diretory of this tool, then run the main.py file.
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.