Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7df2567b22 | ||
|
|
458767240d |
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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]]
|
||||||
|
|||||||
Reference in New Issue
Block a user