duvallg / hubot-cleverbot-io

Hubot meets cleverbot.io for friendly discussion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-cleverbot-io

Hubot leverages the cleverbot.io service

Setup

To set up your API keys for the cleverbot.io service, head over to cleverbot.io/keys, create an account, and copy your user and key into config.json as follows:

{
  "user": "YOUR_API_USER",
  "key": "YOUR_API_KEY"
}

Usage

hubot chat <dialog>

Examples

TBD

About

Hubot meets cleverbot.io for friendly discussion.


Languages

Language:JavaScript 100.0%