https://github.com/hubot-archive/hubot-reaction
https://github.com/hubot-archive/hubot-reaction
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-reaction
- Owner: hubot-archive
- License: mit
- Created: 2014-06-19T22:13:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T22:14:26.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T15:21:53.446Z (3 months ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Reaction
[](https://travis-ci.org/jakswa/hubot-reaction) [](http://badge.fury.io/js/hubot-reaction)Give hubot a replygif.net tag, get a random gif back from that tag's first page.
```
You> !reply approval
Hubot> http://replygif.net/i/1196.gif
```
## Installation
- Add the package `hubot-reaction` as a dependency in your Hubot package.json file.
- `npm install --save hubot-reaction`
- Then add `hubot-reaction` to the list in the `external-scripts.json` file.
- ie `['some-script', 'some-other-script', 'hubot-reaction']`