Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrpandya/whatsapp-bomber

A python script to automate your whatsapp and send multiple messages.
https://github.com/mrpandya/whatsapp-bomber

hacktoberfest python selenium-webdriver whatsapp whatsapp-bomber

Last synced: 3 months ago
JSON representation

A python script to automate your whatsapp and send multiple messages.

Awesome Lists containing this project

README

        

WHATSAPP BOMBER

A script to automate whatsapp message sending


Sample

## How to setup

To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:

#### *The following commands have been tested only on Linux and Windows*

### Clone this repository
```bash
$ git clone https://github.com/mrpandya/whatsapp-bomber
```
## Install dependencies
```bash
$ pip install -r requirements.txt
```

Chrome is required for this script. For Linux users Chromium browser will also work

To install Chromium Browser (only for Linux usesrs) :


```bash
$ sudo apt-get install chromium-browser
```

Download Chrome driver from here: Chromedriver download page( choose your specific version )
Extract it in a known location , as we need the location later (as mentioned in the code's comments)

## Steps To Follow


Step 1: Enter the "start bot"/1 option to start using the bot.


Step 2: Enter the name(s) of the contacts separated by a comma(,) if more than one.


Step 3: Enter the message(s) you want to send, again separated by a comma(,) if more than one.


Step 4: Type True/False to show logs, meaning show the status of the bot(recommended)


Step 5: Choose whether you want to use Selenium or HTTP Requests(Under-Dev)


Step 5.1: If you chose selenium, choose a browser of your choice.

You should have something that looks like this

Steps


Step 5: Authorize whatsapp web


Step 6: Wait for your messages to be sent :)

You're ready to go


Please do not use this for spamming people

---


Developed with :heart: by Manan Pandya.