hubot-michaelscott
Version:
Let Michael Scott interject during your most important business conversations
44 lines (26 loc) • 1.07 kB
Markdown
# hubot-michaelscott
Let Michael Scott interject during your most important business conversations
See [`src/michaelscott.coffee`](https://github.com/abhisharma2/hubot-michaelscott/blob/master/src/michaelscott.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-michaelscott --save`
Then add **hubot-michaelscott** to your `external-scripts.json`:
```json
[
"hubot-michaelscott"
]
```
## New GIF Integrations!
Just ask your hubot `gif me michaelscott <query>` and it'll return you a nice GIF from the awesome folks at Giphy
## Commands
Ask your hubot for an inspirational quote: "hubot inspire me michaelscott"
Ask your hubot for a classic Office gif: "hubot gif me michaelscott <query>"
## Sample Interaction
```
user1>> that deal we just closed was huge!
hubot>> That's what she said
user2>> inspire me michaelscott
hubot>> You know what they say. Fool me once, strike one. But fool me twice… strike three
user3>> gif me michaelscott idiot
hubot>> https://media.giphy.com/media/4R71Engp5NgHK/giphy.gif
```