0.3.11 • Published 7 years ago

cleverbot-node v0.3.11

Weekly downloads
2,843
License
MIT
Repository
github
Last release
7 years ago

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.prepare call is no longer needed. It is now a noop for backwards compatibility
  • The output of the bot is now in the output attribute of the response object. It is copied to message for backwards compatibility

Known issues

  • Cleverbot API sometimes returns an empty response attribute

See 'examples' for more usage.

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.2.8

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

9 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

12 years ago

0.1.0

12 years ago