3.1.0 • Published 7 years ago

@exoplay/exobot-plugin-giphy v3.1.0

Weekly downloads
-
License
LGPL
Repository
github
Last release
7 years ago

exobot-plugin-giphy

Gifs in chat served by Giphy.

Usage

exobot gif me bananas

Installation

  • npm install --save @exoplay/exobot/exobot-plugin-giphy

A Setup Example

import Exobot from '@exoplay/exobot';
import Giphy from '@exoplay/exobot-plugin-giphy';

const Bot = new Exobot(BOT_NAME, {
  // ...
  plugins: [
    new Giphy({ apiKey: process.env.GIPHY_API_KEY });
  ],
});

Setup Notes

Go create a Giphy API Key at http://api.giphy.com/submit.

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

3.1.0

7 years ago

3.0.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago