Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/wasnotrice/hubot-lmk
- Owner: wasnotrice
- Created: 2015-02-26T19:48:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T19:48:27.000Z (over 9 years ago)
- Last Synced: 2024-10-08T14:44:10.701Z (about 1 month ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```