0.3.11 • Published 8 years ago
cleverbot-node v0.3.11
Cleverbot-node
A node.js client for talking to cleverbot.
Basic usage:
In order to add your key to your bot, you can use the configure method. API keys can be obtained from the Cleverbot API Sign Up Page.
var Cleverbot = require('cleverbot-node');
cleverbot = new Cleverbot;
cleverbot.configure({botapi: "IAMKEY"});
cleverbot.write(cleverMessage, function (response) {
console.log(response.output);
});Changes from 0.2.x
- API Key is now required
Cleverbot.preparecall is no longer needed. It is now a noop for backwards compatibility- The output of the bot is now in the
outputattribute of the response object. It is copied tomessagefor backwards compatibility
Known issues
- Cleverbot API sometimes returns an empty response attribute
See 'examples' for more usage.
0.3.11
8 years ago
0.3.10
9 years ago
0.3.9
9 years ago
0.3.8
9 years ago
0.3.7
9 years ago
0.3.6
9 years ago
0.3.5
9 years ago
0.3.4
9 years ago
0.3.3
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.2.8
9 years ago
0.3.0
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
10 years ago
0.1.8
12 years ago
0.1.7
12 years ago
0.1.6
12 years ago
0.1.5
12 years ago
0.1.4
12 years ago
0.1.3
12 years ago
0.1.2
12 years ago
0.1.1
13 years ago
0.1.0
13 years ago