A custom, minimal Twitch client and stream player made with Electron.
- Windows (64-bit)
Go to the releases page and download 'TwitchOverlay.exe' to use the production build.
- Node 10 or above
- Electron 4
- electron-builder
git clone https://github.com/devakira/TwitchOverlay
cd TwitchOverlay
npm install
electron .As of Sept. 17, 2013, Twitch now requires that you log into IRC using an OAuth token instead of your plaintext password or hash for additional security. To generate an oAuth token, go to https://twitchapps.com/tmi/, click Connect with Twitch, and copy the text in the box.
npm install
./node_modules/.bin/build --windows portableThis will generate an executable at ./dist/TwitchOverlay (version).exe.
