Chat bot for the ZeroEmpires Twitch.tv stream, with loyalty stream currency (florins), bets, and raffles.
npm install
npm run babel
- Copy
config.json.sample
toconfig.json
- Set your Twitch bot username, password, and the channel your bot should run in.
- Set your database paths. You can use any database supported by knex. The "database" config option is passed straight to Knex.
With debug info:
npm start
Without debug info:
bin/wololobot
With forever
:
forever start bin/wololobot