Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

goto-bus-stop/wololobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wololobot

No Maintenance Intended

Chat bot for the ZeroEmpires Twitch.tv stream, with loyalty stream currency (florins), bets, and raffles.

Building

  1. npm install
  2. npm run babel

Configuration

  1. Copy config.json.sample to config.json
  2. Set your Twitch bot username, password, and the channel your bot should run in.
  3. Set your database paths. You can use any database supported by knex. The "database" config option is passed straight to Knex.

Running

With debug info:

npm start

Without debug info:

bin/wololobot

With forever:

forever start bin/wololobot

License

MIT