Skip to content

best-coloc-ever/twitch-cast

Repository files navigation

twitch-cast Build Status

A Chromecast application and proxy for twitch.tv

official web application available at datcoloc.com/twitch-cast

Deployment

Make sure you have docker >= 1.10 and docker-compose >= 1.6 installed

Generate your SSL/TLS certificate in frontend/server/fullchain.pem
Place the associated private key in frontend/server/privkey.pem

then run:

export TWITCH_CLIENT_ID=your_twitch_client_id
export TWITCH_CLIENT_SECRET=your_twitch_client_secret
export TWITCH_APP_REDIRECT_URI=your_twitch_app_redirect_uri
export CHROMECAST_APP_ID=your_chromecast_app_id

./deploy.sh