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.
- Host: GitHub
- URL: https://github.com/sahilmore-git/whatsapp-automation
- Owner: sahilmore-git
- License: mit
- Created: 2020-06-06T10:30:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T07:04:28.000Z (about 4 years ago)
- Last Synced: 2025-01-18T07:31:41.415Z (9 months ago)
- Topics: whatsapp, whatsapp-chat, whatsapp-clone, whatsapp-message-sender, whatsapp-messages, whatsapp-web
- Language: Python
- Homepage:
- Size: 32.9 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)