项目作者: goto-bus-stop

项目描述 :
Chat bot for the ZeroEmpires Twitch.tv stream.
高级语言: JavaScript
项目地址: git://github.com/goto-bus-stop/wololobot.git
创建时间: 2015-04-06T21:02:22Z
项目社区:https://github.com/goto-bus-stop/wololobot

开源协议:MIT License

下载


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:

  1. npm start

Without debug info:

  1. bin/wololobot

With forever:

  1. forever start bin/wololobot

License

MIT