https://github.com/sattyagrah/whatsapp_msg_sender
This will automatically send WhatsApp number which you enter in the script wit the desired script.
https://github.com/sattyagrah/whatsapp_msg_sender
Last synced: about 2 months ago
JSON representation
This will automatically send WhatsApp number which you enter in the script wit the desired script.
- Host: GitHub
- URL: https://github.com/sattyagrah/whatsapp_msg_sender
- Owner: sattyagrah
- License: mit
- Created: 2020-05-07T14:05:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T02:41:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T02:45:13.288Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WhatsApp_Msg_sender
Python automated script to send whatsapp message.## Prerequisites
These should run without any error:- All modules according to requirements
- Chrome webdriver should be installed
- Path of Chrome Browser should be added to PATH```sh
from selenium import webdriver
from time import sleep
```## License:
#### MIT