Python script to read contact information from csv and send WhatsApp messages to the users
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.
- Update promotional message as per your needs.
- Update the contacts list in csv with country code. (ex. 91 is the country code for India)
- Replace "__PATH__" with the path of Chrome Webdriver that you downloaded earlier.
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.