# PicartoTV Chat Bot
This is an extendable bot for Picarto.TV chats. By itself it does nothing, that's where Plugins come in handy. Drop plugin files into the /plugins
directory, load them from the bot console (or by restarting completely) and enjoy it's functionality.
roll_dice.pbot.js
A dice rolling script that allows to roll any number of dicegreetings.pbot.js
Make the bot greet people or say goodbyemessage_output.pbot.js
Print messages from chat to your outputrequest_q.pbot.js
A queue plugin for requests or commissionslogger.pbot.js
A plugin that logs the chat and makes the logs available through the integrated WebServerperm_man.pbot.js
Manage the integrated Permissions Systemtimeout_man.pbot.js
Manage timeouts easily!npm install -g picarto-chat-bot
from a command prompt or terminalpicarto-bot [-n|-c|-t|-p|-u|--help]
help
command for a list of commands when the bot is runningnpm install
from a command prompt or terminalnode app.js picarto-bot [-n|-c|-t|-p|-u|--help]
help
command for a list of commands when the bot is runningPlugin installation is easy! Download the file with the extension .pbot.js
and put it in the /plugins
directory of the bot. Load it by typing plugins enable <filename>
or by restarting the bot.
Want to write your own Plugin for the bot? That's great!
Easiest is to check existing plugins on how they are written, but you can also check the Wiki of this repository, it should give all the information you should need. I'll also provide a plugin template which you can use.
Make sure that your plugin has the file extension .pbot.js
.
Wanna work on the bot itself? Go ahead and fork the repository, make your changes and open a Pull Request back into here!
Got any other questions? Join the Gitter Channel of the bot, I should be available there most of the time.