https://github.com/jun85664396/hubot-learn
teaches the character to the hubot.
https://github.com/jun85664396/hubot-learn
Last synced: about 1 year ago
JSON representation
teaches the character to the hubot.
- Host: GitHub
- URL: https://github.com/jun85664396/hubot-learn
- Owner: jun85664396
- Created: 2015-07-23T10:00:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T10:00:58.000Z (almost 11 years ago)
- Last Synced: 2025-03-20T00:03:51.258Z (about 1 year ago)
- Language: CoffeeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-learn
teaches the character to the hubot.
See [`src/learn.coffee`](src/learn.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-learn --save`
Then add **hubot-learn** to your `external-scripts.json`:
```json
[
"hubot-learn"
]
```
## Sample Interaction
```
user1>> hubot learn Hey Yeah!
hubot>> I learn Hey
user1>> hubot say Hey
hubot>> Yeah!
```