doc: README

This commit is contained in:
eneller
2025-04-27 13:27:20 +02:00
parent a6e70bf353
commit 563822e1d1
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@
!/**/ !/**/
!*.* !*.*
!Makefile !Makefile
# Output XMLs
*.xml
# Created by https://www.toptal.com/developers/gitignore/api/database,go,visualstudiocode # Created by https://www.toptal.com/developers/gitignore/api/database,go,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=database,go,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=database,go,visualstudiocode

View File

@@ -1,2 +1,8 @@
# Whatsup-Poll # 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.