top of page

TwitchPlays_AccountInfo.py

for Python 2.7

[ published on 2019-10-31 ]

  1. # DougDoug Note:

  2. # This file contains your Twitch account info for logging into the chat

  3. # Your oauth-token can be generated at http://twitchapps.com/tmi/

  4. ​

  5. # WARNING: DO NOT PUBLICLY SHARE THIS INFORMATION. THIS INFO IS USED TO ACCESS YOUR TWITCH ACCOUNT.

  6. ​

  7. # TODO: put your Twitch username and OAuth token here

  8. TWITCH_USERNAME = 'PUT_YOUR_TWITCH_USERNAME_HERE'

  9. TWITCH_OAUTH_TOKEN = 'oauth:PUT_YOUR_OAUTH_TOKEN_HERE'

End of Document

bottom of page