Supybot-plugins/Cleverbot
Valentin Lorentz 51de8a1c96 Cleverbot: Fix typo. 2013-07-12 00:45:39 +00:00
..
local Cleverbot: Import plugin. 2013-06-16 10:33:31 +02:00
LICENSE.txt Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00
README.txt Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00
__init__.py Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00
cleverbot.py Cleverbot: Fix typo. 2013-07-12 00:45:39 +00:00
config.py Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00
plugin.py Cleverbot: Add Python 3 support. 2013-06-16 11:05:02 +02:00
test.py Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00

README.txt

Cleverbot Plugin for Supybots
==============================
Author: Albert Huang (alberthrocks)

This is a plugin that uses the Cleverbot AI bot service to generate somewhat
coherent AI responses to humans. As indicated, it is designed to be loaded
into Supybot.

The plugin responds by using an invalid command callback/hook to get the
question and send back the response.

This is only a proof of concept - under no circumstances should it be used in
a production environment. Cleverbot may ban you for using their service this
way, so beware.

This plugin was forked from a similar project, supybot-pandorabots, which uses
the Pandorabots AI API to generate responses. You can find that project here:
https://launchpad.net/supybot-pandorabots 

By using this software, you comply to the GPL v3, especially the NO WARRANTY
part. See LICENSE.txt for more information. I do not provide support - you
should not expect any fixes made. (Maybe I'll fix code under rare
circumstances... and maybe if there's demand!)

To install, just copy this folder into your supybot plugins folder and load it.
Note that if you are running any existing AIs, like Pandorabots, you need to
disable them before using this AI.

If you find any bugs, or have just something to say, feel free to join
#talkingbots on EFNet or Freenode, file a bug report, or email me!

This plugin uses PyCleverbot (the reason this was all possible), which can be
found here:
http://code.google.com/p/pycleverbot/