Sending Whatsapp messages with command line

mayronceccon

Mayron Ceccon

Posted on January 5, 2020

Sending Whatsapp messages with command line

Send message to Whatsapp via "command line" using Python and Selenium.

GitHub logo 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

2 - QRCODE will open on your computer. Scan QRCODE with your app

3 - Input a destination (you must fill in the destination with the name is registered in your Whatsapp) and input message and press Enter

4 - Message send




💖 💪 🙅 🚩
mayronceccon
Mayron Ceccon

Posted on January 5, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related