DbauchdSloth / twitch-hosting-list

A simple bot to list the current hosts of a given twitch user
0 stars 0 forks source link

twitch-hosting-list

Installation

  1. Install Node

  2. npm -g install gulp-cli

  3. from project root:

    1. npm install

    2. node index.js

Configuration

In index.js, replce userId with your twitch user id.

In index.js, replace 'host-list.txt' with out file path.

In gulpfile.js, in 'clean' task, replace 'host-list.txt' with out file path.