doc: README
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user