This is python automation using Python and Selenium
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
An automated Whatsapp Messaging solution built with Selenium using Python allowing to send messages to multiple (saved or unsaved) contacts with ease.
- Install Pandas
pip3 install pandas
- Install Selenium
pip3 install -U selenium
- Install xlrd
pip3 install xlrd==1.2.0
-
Clone this repository.
-
Change the executable path of Chrome Driver in automate-whatsapp.py file.
-
Add name and contact numbers of the recipients in the Participants.xlsx file.
-
Run the file.
-
Star and fork this repository.