An open API service indexing awesome lists of open source software.

https://github.com/hubot-archive/hubot-reaction


https://github.com/hubot-archive/hubot-reaction

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hubot Reaction
[![Build Status](https://travis-ci.org/jakswa/hubot-reaction.png)](https://travis-ci.org/jakswa/hubot-reaction) [![NPM version](https://badge.fury.io/js/hubot-reaction.png)](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
```
![img](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']`