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.
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.