https://github.com/parmentf/hubot-ector
Hubot's ECTOR script package (learning chatterbot)
https://github.com/parmentf/hubot-ector
Last synced: 12 months ago
JSON representation
Hubot's ECTOR script package (learning chatterbot)
- Host: GitHub
- URL: https://github.com/parmentf/hubot-ector
- Owner: parmentf
- License: mit
- Created: 2014-06-20T22:19:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T17:13:41.000Z (over 9 years ago)
- Last Synced: 2025-04-03T14:39:18.261Z (12 months ago)
- Language: CoffeeScript
- Size: 220 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Ector
A learning chatterbot script package for [Hubot](https://hubot.github.com/)
[](https://travis-ci.org/parmentf/hubot-ector)
[](https://nodei.co/npm/hubot-ector/)
## Installation
After [having a hubot
installed](https://github.com/github/hubot/tree/master/docs#getting-started-
with-hubot), go into its directory. Then:
```bash
$ npm install --save hubot-ector
```
Then, add `"hubot-ector"` into the file `external-scripts.json`. The minimal one is:
```json
[ "hubot-ector" ]
```
## Commands
By default, any sentence that does not triggered another command will be replied by the hubot. Also, he will learn it, as a young child learning to speak would.
If you're annoyed by the hubot's verbiage, just use the `hubot shut up` command.
In the other way, if you want him to talk again, just say `hubot speak` (as always, replace `hubot` with the name of the hubot).
If you want that the hubot remember the conversations, use regularly the `save yourself` command.
## ChangeLog
* 2014/08/07: 1.2.0: add "save yourself" command
* 2014/06/21: 1.1.0: add "shut up" and "speak" commands
* 2014/06/20: 1.0.0: First version