Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

zspri/TwitchOverlay

Repository files navigation

A custom, minimal Twitch client and stream player made with Electron.

image

Requirements

  • Windows (64-bit)

Installing

Go to the releases page and download 'TwitchOverlay.exe' to use the production build.

Development Build

Dev requirements

  • Node 10 or above
  • Electron 4
  • electron-builder
git clone https://github.com/devakira/TwitchOverlay
cd TwitchOverlay
npm install
electron .

Logging in

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.

Building

npm install
./node_modules/.bin/build --windows portable

This will generate an executable at ./dist/TwitchOverlay (version).exe.