Skip to content

This tool automates sending whatsapp messages to lots of contacts.

Notifications You must be signed in to change notification settings

Ndaruga/Whatsapp-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Automation

This tool automates sending whatsapp messages to lots of contacts.

Prereqiusites to write a message to various numbers:

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)

Setting the text(s) to send

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 (,)

Setting image(s) to send

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

Run

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

Future

Allow text messages to be run in the background
Create an interface to upload images and text

About

This tool automates sending whatsapp messages to lots of contacts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages