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