Send message to Whatsapp via "command line" using Python and Selenium.
mayronceccon / send-message-whatsapp-line-command
Message to Whatsapp via "command line"
Message to Whatsapp via "command line"
Send message to Whatsapp via "command line" using Python and Selenium.
Requirements
- Python 3
- Whatsapp Phone Installed
Configuration
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
Execution
1 - Run on your terminal
$ python send.py
Top comments (0)