0.0.4 • Published 7 years ago

hubot-slack-reaction v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Slack Reactions for hubot-slack

Give hubot the power to respond with a reaction on a message in Slack

To use slack.reaction events, just run the following in your hubot repository:

npm install hubot-slack-reaction --save

And then add hubot-slack-reaction to external-scripts.json.

This requires hubot-slack and uses the HUBOT_SLACK_TOKEN to work its magic.

Usage

Emit a slack.reaction event with the following parameters:

robot.emit 'slack.reaction',
    message: msg.message
    name: 'beer' # the name of the reaction with the :

Attribution

The idea was born when reading hubot-slack-attachment and much of the structure comes form that project.

Kudos to:

License

This software is licensed under MIT License. See LICENSE for more details.

0.0.4

7 years ago

0.0.4444

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago