Files
schneller-whatsapp/README.md
2025-11-22 00:55:24 +01:00

25 lines
1.0 KiB
Markdown

# schneller-whatsapp
CLI Whatsapp Messages (and Polls) using go:
- [whatsmeow](https://github.com/tulir/whatsmeow), which now also has python bindings with [neonize](https://github.com/krypton-byte/neonize).
- [urfave/cli](https://github.com/urfave/cli) for the command line
# Usage
Can be easily scheduled using `crontab` because of its non-interactive operation.
Avoid quick consecutive logins by using the stdin option to send multiple messages in one session.
```
NAME:
schneller-whatsapp - Run WhatsApp actions from your CLI. User JID has to end with '@s.whatsapp.net', Group ID with '@g.us'. Defaults to listening on stdin for batch processing.
USAGE:
schneller-whatsapp [global options] [command [command options]]
COMMANDS:
message send a message using <JID> <MESSAGE>
getgroups print all available group info
poll send a poll using <JID> <HEADER> <OPTIONS> ; requires a group ID
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
```