Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

53 lines (27 loc) · 1.12 KB

Python-Automation-WhatsApp

This is python automation using Python and Selenium

Give it a try

clone the repository as it is and run python main.py the program will be initiated and whatsapp messages will be sent to numbers in phoneno.csv file with the content in message.py files

Whatsapp-Automation

Automate-Whatsapp-Messaging

forthebadge made-with-python

An automated Whatsapp Messaging solution built with Selenium using Python allowing to send messages to multiple (saved or unsaved) contacts with ease.

Getting Started

  1. Install Pandas

pip3 install pandas  

  1. Install Selenium

pip3 install -U selenium

  1. Install xlrd

pip3 install xlrd==1.2.0

  1. Clone this repository.

  2. Change the executable path of Chrome Driver in automate-whatsapp.py file.

  3. Add name and contact numbers of the recipients in the Participants.xlsx file.

  4. Run the file.

  5. Star and fork this repository.