13 lines
434 B
Python
13 lines
434 B
Python
# So I'm a little conflicted here. My nit-picky self says that this should be a class you have to instantiate rather
|
|
# than static variables... I'll leave this alone for now, but you may wish to refactor this in future
|
|
|
|
username = ""
|
|
helix = ""
|
|
oauth = "oauth:"
|
|
v5_Client = ""
|
|
|
|
#Username = Twitch Username
|
|
#Helix ID https://dev.twitch.tv/console/apps
|
|
#Oauth https://twitchapps.com/tmi/
|
|
#V5 Client ID https://twitchtokengenerator.com/
|