We encourage developers to create wrappers of our official Cleverbot API so that others can quickly make use of it in their own development environment.
Available Cleverbot API wrappers
- Go API wrapper ‘cleverbot-go‘, github
- Java API wrapper ‘CleverBotAPI-Java‘, github
- Javascript API wrapper ‘node-cleverbot‘, npm
- Javascript API wrapper ‘cleverbot-node‘, npm (and github)
- .NET API wrapper ‘Cleverbot.Net‘, github
- Python API wrapper ‘cleverwrap.py‘, github
- Ruby API wrapper ‘cleverbot_rb‘, github
- Ruby API wrapper ‘ruby-cleverbot-api‘, github
- SourceMod API wrapper ‘CleverBotAPI‘, github
- NodeJS API wrapper ‘cleverbot-api‘, npm (and github)
- Python API wrapper ‘cleverbot.py‘, github
New wrappers
Please let us know if you have implemented our official Cleverbot API so that it can be added to the above list.
Your wrapper needs to have a placeholder for YOURAPIKEY and a link to www.cleverbot.com/api so that users can request their own API key. It must also respect our terms and conditions. We also ask that you append the parameter wrapper=WRAPPERNAME to every request e.g.:
https://www.cleverbot.com/getreply?key=YOURAPIKEY&wrapper=WRAPPERNAME
