From 563822e1d14cd19e5dc052f1d4e8ecd35d8759c2 Mon Sep 17 00:00:00 2001 From: eneller Date: Sun, 27 Apr 2025 13:27:20 +0200 Subject: [PATCH] doc: README --- .gitignore | 2 ++ README.md | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a31542a..a5b9324 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ !/**/ !*.* !Makefile +# Output XMLs +*.xml # Created by https://www.toptal.com/developers/gitignore/api/database,go,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=database,go,visualstudiocode diff --git a/README.md b/README.md index b56e5c8..f5692e5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Whatsup-Poll -Scheduled Whatsapp Polls using go [whatsmeow](https://github.com/tulir/whatsmeow), which now also has python bindings with [neonize](https://github.com/krypton-byte/neonize). +CLI Whatsapp 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 +Simply pass the content of the `id` field of your group as CLI argument. +Can be easily scheduled using `crontab` because of its non-interactive operation. \ No newline at end of file