pierredavidbelanger / chatter-bot-api

A Mono/.NET, JAVA, Python and PHP chatter bot API that supports Cleverbot, JabberWacky and Pandorabots.
182 stars 72 forks source link

UC variable changed again #42

Open DanielBlood opened 7 years ago

DanielBlood commented 7 years ago

Seems like the UC variable changed because it doesn't seem to work. Error 404

pierredavidbelanger commented 7 years ago

Indeed, it probably changed. And expect that it will change again in the future, more and more often.

Please see this comment to know why, then this comment for a solution.

pierredavidbelanger commented 7 years ago

If you don't mind, I will leave this one open. I feel I will have to deal again with this problem in the near future :)

DanielBlood commented 7 years ago

Check this out in the meantime for a .NET Wrapper using the official API https://github.com/velddev/Cleverbot.Net

DanielBlood commented 7 years ago

Here are other API Wrappers that works with the Official API From Cleverbot if other users are looking for them.

GO API Wrapper: https://github.com/ugjka/cleverbot-go Java API Wrapper: https://github.com/Headline22/CleverBotAPI-Java Another Java API Wrapper: https://github.com/SethX3/JCleverbotAPI Javascript API Wrapper: https://www.npmjs.com/package/cleverbot Javascript API Wrapper: https://www.npmjs.com/package/cleverbot-node .NET API Wrapper: https://github.com/velddev/Cleverbot.Net Python API Wrapper: https://github.com/edwardslabs/cleverwrap.py Ruby API Wrapper: https://github.com/Reaver01/cleverbot_rb Another Ruby API Wrapper: https://github.com/FormalHellhound/ruby-cleverbot-api SourceMod API Wrapper: https://github.com/Headline22/CleverBotAPI

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

Source: http://www.cleverbot.com/api/wrappers/

PeeHaa commented 7 years ago

For the PHP people I have a API client here.