QQ bot for the newbiew group.
First you need to setup QQBot.
After installing it with pip
, and starting it with
qqbot
, you should migrate this repository to ~/.qqbot-temp/plugins
(the plugins
directory are the root directory of this repository). In this way you will be able to load the plugins by name.
Copy thesarus.sample.py
to thesarus.py
and add your own thesarus. Only the thesarus
variable in the file will be used.
Use
qq plug first
to load the first
plugin, which is responsible for the miscellaneous functions like Lisp interpreting.
Use
qq plug justice
to load the justice
plugin, which is responsible for the keyword detection.
qq unplug first
qq unplug justice
would unload the plugins respectively. And
qq stop
would stop the bot completely.