CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 252 forks source link

Cleverbot not working #278

Open eweneh opened 6 years ago

eweneh commented 6 years ago

The cleverbot API has been changed and so this method of getting replies is no longer supported? Anyone to fix this problem?

I would really like to implement cleverbot on my channel again! Thanks.

edwardslabs commented 6 years ago

cleverbot now has an official API (http://cleverbot.com/api). I wrote a plugin for this new API but it requires a new package (need to install cleverwrap through pip) and you will need to register for an API key and add it to your config file. Feel free to use it here: https://github.com/edwardslabs/CloudBot/blob/gonzobot/plugins/chatbot.py