This project helps to send whatsapp messages without saving contact numbers. Simply put contact numbers into CSV file, then run this scripts accordingly to your need.
GUI of this same script can be found in release v2.0 : Download from here
Exported CSV will be present in the same folder where this software is located.
Messages can be loaded from CSV, but if you message contains multiple paragraphs and commas then load the message from here.
This is only for educational purposes, there are WhatsApp Business APIs available for the same purpose.
- for script to run please install this packages using the commands given here
- python is required to run below commands and the software itself so install it before using this script
pip install -r requirements.txt
- you can skip steps from 3 if you are install dependencies using requirements.txt
1. Python 3.11: Download it from https://www.python.org/downloads
2. Chrome : Download it from https://chrome.google.com
pip install pandas
pip install selenium
pip install webdriver_manager
- clone project using below command
git clone https://github.com/DarshanParbadiya/WhatsApp-Automation-Bulk-Messages-Sender.git
- Run this command using CMD from the same directory where this script is located
python main.py
- Use open Whatsapp button to open chrome tab and scan QR code & load the csv
- After doing above step send message button becomes available.
- Load the csv file and image accordingly.
- Choose type of message to be sent and click on send.
- This also opens debugger window to show which steps are being performed by the software.
change this values accordingly when whatsappweb html tags and classes gets changed.
If whatsapp web is working slow and shows loading chat in your computer then change initial wait
Install using cmd which can be opened by searching in start button of windows.
You only have to change this, because with updates whatsapp may change it's UI.
follow official documentation to change syntax if it changes in the future.
If you have any feedback, please reach out to us at darshanparbadiya@gmail.com
- Sending bulk messages
- Sending same or different message choice
- No need to save contacts before sending messages
- Sending images with or without text.
- Cross platform
I'm a full stack developer...