Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.69 KB

Readme.md

File metadata and controls

45 lines (33 loc) · 1.69 KB

WhatsApp Spam Bot

WhatsApp Spam Bot is an automation bot using PyAutoGUI Module with Python.

How to Install

  1. Create a python virtual environment.
  2. Clone the repo git clone https://github.com/AdityaSeth777/WhatsApp-Spam-Bot.git or download the repository.
  3. Go to the cloned/downloaded directory cd WhatsApp-Spam-Bot
  4. Run pip3 install pyautogui
  5. And now you can run the example scripts or create your own scripts.

Usage

  • Open WhatsApp web in a tab in any working browser.
  • Select the person, you want to spam.
  • Open both the browser window and code terminal side by side
  • To initiate the program, run python3 WpBot.py
  • Now enter the number of times, you want to spam the person.
  • Enter the desired spam message.
  • Press Enter and immediately click on the message text box in the WhatsApp web window.

FAQ

  • How to stop the script? Ctrl+C (control+C for Mac)
  • Script opens browser and nothing happens? Try checking the terminal. It might be asking for credentials.
  • For any other problems, feel free to raise an issue.

Contributing

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.

License

Apache License 2.0 © Aditya Seth

What next?

I will be working on a full fledged WhatsApp bot, which can do a lot more than just spamming.

🙋‍♂️ Support

💙 If you like this project, give it a ⭐ and share it with friends!

☕ Buy me a coffee


Made with ❤️ and Python