mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
ff0ca3a022
* Added whatsapp-message Script * Update README.md
22 lines
494 B
Markdown
22 lines
494 B
Markdown
# Send Whatsapp message!
|
|
|
|
One can easily send a whatsapp message using this script.
|
|
**Pre-requisite:** Scan QR code manually.
|
|
|
|
|
|
## Requirements
|
|
|
|
- Python3
|
|
- Selenium
|
|
```console
|
|
$ pip install -U selenium
|
|
```
|
|
- Chromedriver (Needs to be in PATH)
|
|
|
|
## Instructions
|
|
|
|
- Install selenium of python module in a recognized location on your desktop.
|
|
- Install chromedriver from here. [https://chromedriver.chromium.org/downloads]
|
|
|
|
**NOTE :** The version of Google Chrome and chromedriver has to be same.
|