Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 673 Bytes

logviewer

View chat logs of individuals in twitch chat

Set up

I generally discourage setting this up on your own, as you will not receive any support by me. This is an end-user product meant to run on my server, so this guide is meant for possible collaborators.

  1. Install a MySQL server (or write a custom database connector)
  2. Copy settings.default.json to settings.json and fill in the gaps
  3. run npm install
  4. run node index.js

Optional: Run TMoohI and use that to proxy your connections for quicker restarts. You will have to modify settings.json/bot/server for this to work.