top of page
TwitchPlays_AccountInfo.py
for Python 2.7
[ published on 2019-10-31 ]
-
# DougDoug Note:
-
# This file contains your Twitch account info for logging into the chat
-
# Your oauth-token can be generated at http://twitchapps.com/tmi/
-
​
-
# WARNING: DO NOT PUBLICLY SHARE THIS INFORMATION. THIS INFO IS USED TO ACCESS YOUR TWITCH ACCOUNT.
-
​
-
# TODO: put your Twitch username and OAuth token here
-
TWITCH_USERNAME = 'PUT_YOUR_TWITCH_USERNAME_HERE'
-
TWITCH_OAUTH_TOKEN = 'oauth:PUT_YOUR_OAUTH_TOKEN_HERE'
End of Document
bottom of page