Coded by: @holps-7
A simple script that can be used for sending Bluk Messages to your contacts...
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.
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
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
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
cd
apt install python3-pip
cd
pip3 install selenium
This project is not any kind of extention of any other project
- Clone the project
- Follow the installation instructions
- Open WhatsApp-script.py file in any text editor
- 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
('list.csv')
NOTE:- You should enter the names and messages in your csv file in the following format 7. Open terminal and run the following command
cd Downloads/WhatsApp-Bulk-Messaging-Bot-master
python3 WhatsApp-script.py
PS:- I used Atom editor, which is one of the greatest editors.
Availabe for free on https://atom.io
Feel free to create Pull Requests, for contributing.
- Ramesh Sachan - Vellore Institute of Technology
This project is licensed under the MIT License - see the LICENSE.md file for details
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.