Skip to content

Remotely control Twitch streams running on your PC from any device.

Notifications You must be signed in to change notification settings

CocoHfl/TwitchRemoteControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitchRemoteControl

I often watch Twitch streams on my PC from my nearby couch.
But then, I want to watch another stream, or interact with chat.
What am I supposed to do? Stand up? No way!

Thanks to TwitchRemoteControl, you can control your PC live streams from another device, such as your phone.

Features

  • 🎥 Browse live followed streams.
  • 📺 Pick a stream to display on your PC.
  • 💬 Read live chat.
  • 📝 Send chat messages.

Setup

  1. Clone this repository.
  2. Install dependencies:
npm install
  1. Create a Twitch application:
  • Go to the Twitch Developer Console and create a new application.
  • Set the OAuth Redirect URL to: http://localhost:3000/twitchCallback.
  1. Set up the environment:
  • Make a copy of the .env.sample file and name it .env.
  • Fill .env with your Twitch application Client-ID and Client-Secret.

Running the app

npm run start

Navigate to http://localhost:3000 and log in with your Twitch account.
The log in step must be done on the device hosting the server (most likely your PC).

Once the authentication is done, you are ready to go!
You can access the app from your phone or any other device on the same network.

About

Remotely control Twitch streams running on your PC from any device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published