Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afikrim/wa-terminal
https://github.com/afikrim/wa-terminal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/afikrim/wa-terminal
- Owner: afikrim
- Created: 2021-10-25T20:04:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T14:56:17.000Z (about 3 years ago)
- Last Synced: 2024-04-09T14:18:54.495Z (8 months ago)
- Language: Python
- Size: 150 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-made-by-indonesian - WA Terminal - `WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.` *by [Aziz Fikri](https://github.com/afikrim)* (W)
- made-in-indonesia - WA Terminal - `WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.` *by [Aziz Fikri](https://github.com/afikrim)* (W)
README
# WA Terminal
WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.
```plaintext
usage: sendwa [-h] -c {login,message} [-f] [-d DESTINATION] [-t TEXT] phonepositional arguments:
phone Your phone numberoptional arguments:
-h, --help show this help message and exitrequired arguments:
-c {login,message}, --command {login,message}
A command you want to runlogin optional arguments:
-f, --force If you want to force logged inmessage 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
- Before you run the app, make sure you have geckodriver and firefox in your path, if you don't have them in your path variable, then export it before running the program.
- When you run login command, this app will take a screenshot of the QR Code and store it to qr_codes folder. So you guys can scan it to login into your new session. After the first login there is no need to login again to send message.
- When you run into issue like timeout or something when sending message, please try to login again with options `-f` to forcely generate new session.
- This packages can be install and import in python, the example use of this package in [Telegram Bot](http://t.me/SendWaBot)