2 Commits
v1.2 ... master

Author SHA1 Message Date
eneller
7df2567b22 test: Makefile 2026-04-21 18:02:09 +02:00
eneller
458767240d doc: readme 2026-04-19 17:57:55 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ deploy:
rsync $(NAME) jojo:$(NAME) rsync $(NAME) jojo:$(NAME)
test-remote: test-remote:
ssh jojo 'cd $(NAME) && ./test.sh' ssh jojo 'cd $(NAME) && ./vb.sh test'
upgrade: update build deploy upgrade: update build deploy

View File

@@ -8,7 +8,9 @@ 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. Avoid quick consecutive logins by using the stdin option to send multiple messages in one session.
``` ```
NAME: 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. 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: USAGE:
schneller-whatsapp [global options] [command [command options]] schneller-whatsapp [global options] [command [command options]]