Basic electron twitch chat app
- If you want to mess about with this, you should first install NodeJS
- Go to the root of the repo and run
npm install
- rename the twitch_auth_sample.json files to twitch_auth and fill in your own details
- You can use the following link to generate an token password which you can then sub into password
- kick it off with
npm start
- to make an .exe for running without the IDE open run
npm run make