/poker-irc-bot

Primary LanguagePythonMIT LicenseMIT

Twitch Plays Poker IRC Bot

Repurposed and renamed clone of Twitch Plays.

Installation

Credit goes to original repo

You're going to need to have pywin32 installed. If you run into any errors try running this with Python 2.7.x.

Rename config/config_dist.py to config/config.py, and replace the username/password there with your Twitch username and OAuth token. Feel free to modify the start throttle here aswell.

After you've set that up, open up your terminal and type python serve.py. If your username/password is wrong you will be notified.

Whilst the script is running make sure you have your emulator in focus as your primary window. If you click onto another window, the script won't work. If you're not able to stay focused on one window as you need to do other things with your computer, you could try running all of this from within a virtual machine.