Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 795 Bytes

Whatsapp-Bulk-Message-Automation

Bulk WhatsApp messaging automation tool, powered by Selenium and the Chrome driver for seamless integration with Web WhatsApp. With a simple and user-friendly UI built on Tkinter, this tool offers a convenient solution for bulk messaging.

The tool efficiently reads them from a CSV file, ensuring a streamlined messaging process. The tool allows you to send messages to your desired recipients.

Installation

Create a virtual environment e.g with virtualenv

pip install virtualenv
virtualenv venv

Activate the virtual environment In linux

source venv/bin/activate
venv\Scripts\activate

Instal the requirements from the requirements.txt file

pip install  -r requirements.txt

run python main.py