Description:
Automating the process of sending WhatsApp messages to multiple people not in your contact list can simplify what is otherwise a tedious task. This project is designed to facilitate communication and save time for those who often send messages to non-contacts on WhatsApp. Simply input the mobile numbers into the contacts.txt file and execute the necessary script to send messages, with the option to schedule them as well.
For these scripts to function, you must have a WhatsApp account and be logged into your browser, as this utilizes WhatsApp Web.
Features:
Sending text messages
Sending text messages with pictures
Sending messages to groups
Can schedule messages to be sent at a specific date and time.
Installation:
Clone the repository:
https://github.com/emeeran/whatsApp_automation_Python.git
Navigate to the project directory and activate the virtual environment.
pip install pywhatkit
pip install pywin32
`
Documentation:
pywhatkit: PyPI https://pypi.org/project/pywhatkit (bing.com)
pywin32: pywin32 · PyPI (bing.com)