Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrpandya/whatsapp-bomber
- Owner: mrpandya
- Created: 2020-05-08T19:46:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T10:40:55.000Z (about 2 years ago)
- Last Synced: 2024-09-29T02:05:40.684Z (3 months ago)
- Topics: hacktoberfest, python, selenium-webdriver, whatsapp, whatsapp-bomber
- Language: Python
- Homepage:
- Size: 28.1 MB
- Stars: 127
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WHATSAPP BOMBER
A script to automate whatsapp message sending
## 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
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.