Skip to content

saneki-discontinued/misaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76e2ed3 · Oct 13, 2015
Sep 28, 2015
May 17, 2015
Oct 6, 2015
Dec 31, 2014
Nov 28, 2014
May 17, 2015
Dec 3, 2014
Aug 27, 2015
Oct 13, 2015
Aug 22, 2015
May 22, 2015
Sep 29, 2015
Oct 13, 2015

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.