Send bulk WhatsApp messages for marketing without any API for free.
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 11
to 14
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 (Set None
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.