Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisharma2/hubot-michaelscott
Fun chat script commands inspired by Michael Scott
https://github.com/abhisharma2/hubot-michaelscott
Last synced: about 2 months ago
JSON representation
Fun chat script commands inspired by Michael Scott
- Host: GitHub
- URL: https://github.com/abhisharma2/hubot-michaelscott
- Owner: abhisharma2
- Created: 2015-12-29T17:20:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T16:51:05.000Z (almost 9 years ago)
- Last Synced: 2024-09-16T12:44:52.240Z (4 months ago)
- Language: CoffeeScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 ` 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 "
## Sample Interaction
```
user1>> that deal we just closed was huge!
hubot>> That's what she saiduser2>> inspire me michaelscott
hubot>> You know what they say. Fool me once, strike one. But fool me twice… strike threeuser3>> gif me michaelscott idiot
hubot>> https://media.giphy.com/media/4R71Engp5NgHK/giphy.gif```