Skip to content

schmich/dankbot

Repository files navigation

dankbot

Setup

  • Install MongoDB
  • Install NodeJS 0.11.x (or any version with Harmony support)
  • git clone https://github.com/schmich/dankbot
  • npm install
  • cp config.js.tpl config.js
  • Update config.js
  • Set Twitch user for bot
  • Set Twitch OAuth token for bot (see OAuth generator)
  • For song requests, set YouTube API token (see YouTube Data API)
  • Edit dankbot.js, configure plugins
  • Run npm start <channel name>

Development

  • docker build -t dankbot docker
  • docker run -it -v /path/to/local/source:/srv/dankbot dankbot
  • node dankbot.js <channel>

License

Copyright © 2015 Chris Schmich
CC BY-NC-SA 4.0 License. See LICENSE for details.