Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wasnotrice/hubot-lmk

Teach your hubot to respond with a thoughtful quotation or a cheeky comment when people say "let me know" or "lmk"
https://github.com/wasnotrice/hubot-lmk

Last synced: about 1 month ago
JSON representation

Teach your hubot to respond with a thoughtful quotation or a cheeky comment when people say "let me know" or "lmk"

Awesome Lists containing this project

README

        

# hubot-lmk

Respond with a thoughtful quotation or a cheeky comment when people say "let me
know" or "lmk"

See [`src/lmk.coffee`](src/lmk.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-lmk --save`

Then add **hubot-lmk** to your `external-scripts.json`:

```json
["hubot-lmk"]
```

## Sample Interaction

```
user1>> Let me know what you think
hubot>> Knowledge is power. (Sir Francis Bacon)
```