tolstoyevsky / hubot-vote-or-die

Hubot script for building polls for your Rocket.Chat users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

hubot-vote-or-die

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

Features

  • 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 to true).

Installation

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"
]

Authors

See AUTHORS.

Licensing

hubot-vote-or-die is available under the Apache License, Version 2.0.

About

Hubot script for building polls for your Rocket.Chat users

License:Apache License 2.0


Languages

Language:JavaScript 100.0%