Twitch Plays Pokemon with Python 3.6 Tutorial #1



In this video we lay the groundwork to build a bot that reads and responds to twitch chat and passes controls into a game emulator so you can do something like twitch plays pokemon. We touch on getting an OAUTH token, connecting with sockets, establish how to read the output with a readbuffer and how to exit the loading sequence.

Where to go for the OAuth token | http://twitchapps.com/tmi/

source

4 comments

  1. You don't even need the joinchat and loadingComplete functions, the program literally runs fine without them. .decode() and .encode() are not needed either

Leave a Reply

Your email address will not be published. Required fields are marked *