techguydave / node-prettylights

DEPRECATED - Control Phillips Hue lights from Twitch chat
1 stars 1 forks source link

node-prettylights

Twitch Plays Light Simulator 2015

Installing

Absolutely no clue. I guess download this repository...

$ git clone https://github.com/synth3tk/node-prettylights.git

...then bash your head on the keyboard in the following sequence:

$ npm install

Tell me if it doesn't work. Because I definitely didn't test installing this thing from scratch. The only other thing I made with Node was a website, so I'm not sure how to make this distribution-friendly. Feel free to tell me how wrong I am on Twitter.

Configuration

Create the file config/.env (good luck, Windows users!) with the following three lines:

While giving the bot mod powers is completely optional at this time, you can go ahead and do it anyway. I don't care, it's your channel!

Start it up

$ node server.js

The bot will now search for a Hue bridge, register itself (first run), collects information about the Hue setup and stores it in a file (first run), then it finally joins Twitch chat, waiting for your users to abuse it!

TO-DO