Skip to content

saneki-discontinued/misaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.