MercheLorenzo / whatsapp-bomber

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHATSAPP BOMBER


A script which sends multiple messages to a particular contact/group

How to setup

To clone and run this application, you'll need Git installed on your computer. From your command line:

Below commands are Tried and Tested on Linux OS and Windows OS

Clone this repository

$ git clone https://github.com/mrpandya/whatsapp-bomber

Install dependencies

$ 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) :
$ 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 name of the contact

Step 2: Enter the number of messages you want to send

Step 3: Type your message

Step 4: Scan the QR code to login into whatsapp web

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

Note : Try to keep that contact on top ( you can pin that contact ) to avoid any errors

You're ready to go

Please do not try this with people who might end up blocking you


Developed with ❤️ by Manan Pandya.

About

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


Languages

Language:Python 100.0%