An open API service indexing awesome lists of open source software.

https://github.com/sahilmore-git/whatsapp-automation

Send Whatsapp Messages to Multiple Contacts stored in an ExcelSheet without saving any of the numbers.
https://github.com/sahilmore-git/whatsapp-automation

whatsapp whatsapp-chat whatsapp-clone whatsapp-message-sender whatsapp-messages whatsapp-web

Last synced: 7 months ago
JSON representation

Send Whatsapp Messages to Multiple Contacts stored in an ExcelSheet without saving any of the numbers.

Awesome Lists containing this project

README

          

# WhatsApp-Automation

NOTE :
Always write the phone numbers in 918345xxxx27 format and not in +916487xxxx64.

PATH :
Set path for your chromedriver.exe and numbers.xlsx in "app.py"

STEPS :
1) Run Command "pip install -r requirements.txt".
2) Install AutoIt for sending attachments.
3) Run the Script "python app.py".

INSTALLING AUTOIT :
1) Run Command "pip install -U pyautoit"
2) Run Command "python setup.py install"

CHROME DRIVER :
Version of your chrome and chromedriver should be same. You can download it from here.
(https://sites.google.com/a/chromium.org/chromedriver/)