Skip to content

witlock/twitch-clip-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

twitch-clip-player

Add as browser source and fill in the client key by creating an app at https://dev.twitch.tv/console

  1. Download clipplayer.html
  2. Sign up at https://dev.twitch.tv/console
  3. Register a new application on the dev console by picking a name and using http://localhost for "OAuth Redirect URLs"
  4. Copy the Client Key
  5. Open clipplayer.html and paste the Client Key to var apiKey = "HERE";
  6. Change var twitchChannel = "witlock"; to your own channel
  7. Add a new browser source in OBS and browse to clipplayer.html Host this file on a local server (ex. WampServer) or on your website and add a browser source pointing to it.

If the clips are getting cut off while playing change the var playDelay = 2500; to some higher value (milliseconds)

You can avoid certain clips by adding the slugs (twitch.tv/witlock/clip/ToughAdorableNewtFutureMan?filter=clips&range=7d&sort=time) to the skipClips array.

skipClips = [
    'ToughAdorableNewtFutureMan',
    'ShySullenMallardDancingBaby',
    'your clip slug',
    'your second clip slug']

About

Automatically plays your top clips while you're away

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages