- Python >= 3.6
- Chrome headless is installed by the program automatically
- Install python - >=v3.6
- Run
pip install -r requirements.txt
- Enter the message you want to send inside
message.txt
file. - Enter the list of numbers line-separated in
numbers.txt
file. - Run
python automator.py
. - Once the program starts, you'll see the message in message.txt and count of numbers in the numbers.txt file.
- After a while, Chrome should pop-up and open web.whatsapp.com.
- Scan the QR code to login into whatsapp.
- Press
Enter
to start sending out messages. - Just Relax and watch the Process 😎
This one is littlebit complex to set up Please Download the Nessasry version of Chrome Drivers that support to your browser
Must install these two packages to start.
pip install selenium
pip install webdriver_manager
Write the message in the message.txt
file.
Add numbers in the numbers.txt
file. Add each number in a new line. There is no limit to numbers.
Change configs on lines in the main.py
file
login_time
- Time for login (in seconds)new_msg_time
- Time for a new message (in seconds)send_msg_time
- Time for sending a message (in seconds)country_code
- Set your country codeaction_time
- Set time for button click actionimage_path
- Absolute path to you image (SetNone
for text only.)
Run the main.py
file.
A chrome browser window will open with a WhatsApp login page. Quickly log in to Whatsapp and sending process will start after a few seconds.
Easy to Emplent and Run
We Use Silanium Python Library to Automate the System,so sometimes it can be get banned your account from WhatsApp(Only sure for 1v).
This project is licensed under the GNU Genaral Public Lisens.