nurobit / misaka

Client/bot for Picarto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misaka

Dependency Status optionalDependency Status

Misaka is a chat client/bot for Picarto.tv.

To get Misaka up and running, first install the dependencies:

cd misaka
npm install

Then create a config file for your bot. A config file is just a JSON file, check the config/samples directory for a few samples. At the very least, the bot needs to authenticate, which requires a username and a password.

Config fields

Name Description
color Chat name color
master Username of master account
modules Object with config objects for separate modules, mapped by module name
password Picarto account password
username Picarto account username

See config/samples/sample.json for a sample config file.

About

Client/bot for Picarto

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%