1.5.2 • Published 6 years ago
yokobotich v1.5.2
Skip notification bot for twitch chat, based on tmi.js
Install
git clone git@gitlab.com:ceigh/yokobotich.git
npm i
Configure
Look at the /config directory,
define auth data at auth.json,
bot's options at opts.json,
and bot's phrases at phrases.json.
Launch
You can host bot from node console
npm start
or from browser web interface
npm run browser
