3.1.0 • Published 9 years ago

@exoplay/exobot-plugin-giphy v3.1.0

Weekly downloads
-
License
LGPL
Repository
github
Last release
9 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

9 years ago

3.0.0

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago