Home

Awesome

WA Terminal

WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.

usage: sendwa [-h] -c {login,message} [-f] [-d DESTINATION] [-t TEXT] phone

positional arguments:
  phone                 Your phone number

optional arguments:
  -h, --help            show this help message and exit

required arguments:
  -c {login,message}, --command {login,message}
                        A command you want to run

login optional arguments:
  -f, --force           If you want to force logged in

message required arguments:
  -d DESTINATION, --destination DESTINATION
                        Phone number you want to send a message to
  -t TEXT, --text TEXT  A message that you want to send

NOTE