oddluck-limnoria-plugins/BotLibre
oddluck 457022aa41 Code formatting. 2020-06-30 22:03:05 +00:00
..
README.md Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
__init__.py Code formatting. 2020-06-30 22:03:05 +00:00
config.py Code formatting. 2020-06-30 22:03:05 +00:00
plugin.py Code formatting. 2020-06-30 22:03:05 +00:00
requirements.txt Create requirements.txt 2020-02-10 08:02:11 -05:00

README.md

Retrieve responses from the Bot Libre API.

BotLibre

Register for an account: https://www.botlibre.com/api.jsp (FREE)

config plugins.BotLibre.application (YOUR_APP_KEY_HERE)
config plugins.BotLibre.instance (BOT_INSTANCE_ID_HERE)

make the bot respond to invalid commands:

config plugins.BotLibre.invalidcommand True

or:

config channel #channel plugins.BotLibre.invalidcommand True

Use messapeparser to make the bot respond to messages containing its nick:

messageparser add "(?i)(.*)([echo $botnick])(.*)" "echo [botlibre $1$3]"