This tool automates sending whatsapp messages to lots of contacts.
Run on python 2.X and 3.X
The contacts to be texted to should be in a text file.
in the msgsender.py
file in line 15 (FILENAME variable)
replace client.txt
with your text file name (with the contacts)
In the whatsend/core.py
file, in line 76 under the message
variable,
place the preffered message in the brackets [ Your message goes Here ]
If you want to send multiple messages at once, put each message in double quotes (" ") separated by a comma (,)
In the images folder, put all the images that you would like to send in to your contacts.
If there is no image in the folder then just the text message(s) will be sent
To execute depending on the python versio in use, run python msgsender.py
or python3 msgsender.py
Whatsapp web will open automatically with the phonenumber and write a text message.
The same way you can only write the message on the foreground, this Automtion does not run in the background.
This means that, for now you should let the automation run uninterupted
All successfully texted contacts will be stored in the success_log.txt
file.
NOTE: The process only terminates when all contacts have been texted. This might violate whatsapp terms of service and could lead to a Ban. If you wish to terminate the process, kill the terminal
Allow text messages to be run in the background
Create an interface to upload images and text