2.0.3 • Published 9 days ago

cleverbot-free v2.0.3

Weekly downloads
699
License
MIT
Repository
github
Last release
9 days ago

cleverbot-free

API Status

Simple unofficial package to interact with the same API that the Cleverbot website uses for free.

Please use the official Cleverbot API as the Cleverbot developers can easily break this package at any time.

You risk having your IP address permanently banned from cleverbot.com if you use this package!

Usage

const cleverbot = require("cleverbot-free");

// Without context
cleverbot("Hello.").then(response => /*...*/);

// With context
// Please note that context should include messages sent to Cleverbot as well as the responses
cleverbot("Bad.", ["Hi.", "How are you?"]).then(response => /*...*/);

Typings included

2.0.3

9 days ago

2.0.2

4 months ago

2.0.1

7 months ago

2.0.0

11 months ago

1.1.13

11 months ago

1.1.12

1 year ago

1.1.11

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.10

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago