anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

twitch api changes #75

Closed moopie closed 7 years ago

moopie commented 7 years ago

now twitch requires authentication

add auth

anlutro commented 7 years ago

To elaborate: We need an auth token as documented here: https://github.com/justintv/Twitch-API/blob/master/authentication.md

Need to figure out which scopes we need.

anlutro commented 7 years ago

Judging by how livestreamer does it, it looks like we don't need any scopes. A key generated without a scope will work for fetching stream status, title etc..

moopie commented 7 years ago

good job sir @anlutro