feasel

Twitch authentication for using Livestreamer

Sep 29th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Go here to get your oauth id:
  2. http://www.twitchapps.com/tmi/
  3.  
  4. It will show you a string that looks like this:
  5. oauth:XXXXXXXXXXXXXXXXX
  6.  
  7. Take just the "XXXXXXXXXXXXXXXXX" part of that string (discarding the "oauth:" part) and put it into your livestreamerrc config file by adding this line at the bottom:
  8. twitch-oauth-token=XXXXXXXXXXXXXXXXX
  9.  
  10. You'll find the livestreamerrc config file here:
  11. C:\Users\yourusername\AppData\Roaming\livestreamer\livestreamerrc
Add Comment
Please, Sign In to add comment