Skip to content

Python script to read contact information from csv and send WhatsApp messages to the users

Notifications You must be signed in to change notification settings

JrDurval/whatsapp_bulk_sms_sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatsapp_bulk_sms_sender Python 3.6

Python script to read contact information from csv and send WhatsApp messages to the users

Installation

Install python packages:

pip3 install -r requirements.txt

Download Chrome Webdriver and paste the file into the root folder of the project. Download the same version of Webdriver as your Chrome browser's version.

Things to take care of while running this

  1. Update promotional message as per your needs.
  2. Update the contacts list in csv with country code. (ex. 91 is the country code for India)
  3. Replace "__PATH__" with the path of Chrome Webdriver that you downloaded earlier.

Usage

python3 main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Python script to read contact information from csv and send WhatsApp messages to the users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%