All Projects → IntriguingTiles → cleverbot-free

IntriguingTiles / cleverbot-free

Licence: MIT license
Simple package to interact with the same API that the Cleverbot website uses for free.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to cleverbot-free

cleverbotfree
Free alternative for the Cleverbot API
Stars: ✭ 56 (+60%)
Mutual labels:  cleverbot
Cleve
Open sourced Discord chat bot powered by brainshop.ai
Stars: ✭ 30 (-14.29%)
Mutual labels:  cleverbot
HifumiOld
🛠️ A Discord bot that focuses on managing large servers
Stars: ✭ 27 (-22.86%)
Mutual labels:  cleverbot
FrostCleverbot
💬 An extremely simple Discord cleverbot
Stars: ✭ 83 (+137.14%)
Mutual labels:  cleverbot

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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].