Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot
Use this WhatsApp Bot to send messages in Bulk!
https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot
automation bot bulk-messages firefox-webdriver hacktoberfest hacktoberfest2021 python script selenium selenium-python whatsapp whatsapp-web
Last synced: 3 months ago
JSON representation
Use this WhatsApp Bot to send messages in Bulk!
- Host: GitHub
- URL: https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot
- Owner: holps-7
- License: mit
- Created: 2020-05-01T14:21:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:50:46.000Z (about 1 year ago)
- Last Synced: 2024-06-18T00:42:58.202Z (5 months ago)
- Topics: automation, bot, bulk-messages, firefox-webdriver, hacktoberfest, hacktoberfest2021, python, script, selenium, selenium-python, whatsapp, whatsapp-web
- Language: Python
- Homepage:
- Size: 348 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/author-Ramesh%20Sachan-brightgreen) ![](https://img.shields.io/badge/licence-MIT-green)# WhatsApp-Bulk-Messaging-Bot!
### Coded by: [@holps-7](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/)
### Give me the credits if you copy ANY part from this code. Don't be NOOB!!
## Star this repo if you liked the project!A simple script that can be used for sending Bluk Messages to your contacts...
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
You will need the following for running this script-
>1)Python3 installed in your system
>2)Firefox web browser with Firefox webdriver
>3)pip3
>4)selenium### Installation Instructions
#### 1) Installing Python3
>Visit the following url for details on how to install Python 3 for various Operating systems https://realpython.com/installing-python/#step-1-download-the-python-3-installer#### 2) Installing Firefox
```elm
cd
sudo apt-get -y install firefox
cd
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
tar xzf geckodriver-v0.25.0-linux64.tar.gz
sudo mv geckodriver /usr/bin/geckodriver
```#### 3) Installing pip3
```elm
cd
apt install python3-pip
```#### 4) Installing Selenium
```elm
cd
pip3 install selenium
```### Break down into end to end tests
This project is not any kind of extention of any other project
## Deployment
>1. Clone the project
>2. Follow the installation instructions
>3. Open WhatsApp-script.py file in any text editor
>4. Now, in line 50 replace the following with the name of your .csv file that has the list of the Contact Names/ Group Names and the messages you want to send them
```elm
('list.csv')
```
>**NOTE:- You should enter the names and messages in your csv file in the following format**
![Format of .csv file](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/blob/master/Screenshots/csv.png?raw=true)
>7. Open terminal and run the following command
```elm
cd Downloads/WhatsApp-Bulk-Messaging-Bot-master
python3 WhatsApp-script.py
```
>8. Scan the QR code shown on your screen
>9. After successful login press Y on your terminal for confirmation
![Login Confirmation](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/blob/master/Screenshots/login%20confirmation.png?raw=true)PS:- I used Atom editor, which is one of the greatest editors.
Availabe for free on https://atom.io## Contributing
Feel free to create Pull Requests, for contributing.
## Authors
* **Ramesh Sachan** - Vellore Institute of Technology
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Legal disclaimer:
**Usage of WhatsApp-Bulk-Messaging-Bot for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.**