Hubot script for building polls for your Rocket.Chat users.
The name of the script was inspired by the song «Vote or Die!» from the South Park episode «Douche and Turd».
- Emojis-based.
- The bot prepares in advance all the necessary emojis (
:zero:
,:one:
,:two:
, etc), putting them under the polls to simplify searching for them to vote. - Up to 12 possible options.
- It's possible to build polls sending private messages to the bot. It helps to make a kind of preview of the future polls (note that to use this feature
RESPOND_TO_DM
must be set totrue
).
In hubot project repo, run:
npm install git+https://github.com/tolstoyevsky/hubot-vote-or-die --save
Then add hubot-vote-or-die to your external-scripts.json
:
[
"hubot-vote-or-die"
]
See AUTHORS.
hubot-vote-or-die is available under the Apache License, Version 2.0.