chatter-bot-api icon indicating copy to clipboard operation
chatter-bot-api copied to clipboard

UC variable changed again

Open DanielBlood opened this issue 8 years ago • 5 comments

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

DanielBlood avatar Feb 14 '17 17:02 DanielBlood

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 avatar Feb 14 '17 17:02 pierredavidbelanger

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 :)

pierredavidbelanger avatar Feb 15 '17 17:02 pierredavidbelanger

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

DanielBlood avatar Feb 23 '17 18:02 DanielBlood

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/

DanielBlood avatar Feb 23 '17 18:02 DanielBlood

For the PHP people I have a API client here.

PeeHaa avatar Mar 22 '17 11:03 PeeHaa