Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidanrwt/twitch-plays
Twitch IRC bot that takes input from the chat and presses the corresponding key.
https://github.com/aidanrwt/twitch-plays
Last synced: 3 months ago
JSON representation
Twitch IRC bot that takes input from the chat and presses the corresponding key.
- Host: GitHub
- URL: https://github.com/aidanrwt/twitch-plays
- Owner: aidanrwt
- License: mit
- Created: 2014-02-17T00:30:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T22:47:42.000Z (almost 11 years ago)
- Last Synced: 2024-08-04T00:11:06.248Z (6 months ago)
- Language: Python
- Size: 7.51 MB
- Stars: 275
- Watchers: 28
- Forks: 59
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-irc - Twitch Plays - Takes input from the chat and presses the corresponding key. `Python` (Uncategorized / Uncategorized)
README
Twitch Plays
============Clone of [Twitch Plays Pokemon](http://twitch.tv/twitch_plays_pokemon).
Installation
============You're going to need to have [pywin32](http://sourceforge.net/projects/pywin32/) installed. If you run into any errors try running this with Python [2.7.x](http://www.python.org/download/releases/2.7/).
Rename `config/config_dist.py` to `config/config.py`, and replace the username/password there with your Twitch username and [OAuth token](http://www.twitchapps.com/tmi/). Feel free to modify the start throttle here aswell.
In your VBA/Emulator, set the controls to the following -
```
Up: 0
Down: 1
Left: 2
Right: 3
Button A: 4
Button B: 5
Start: 6
Select: 7
```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.
--
If you have any question or need help, feel free to [message me on Twitch](http://www.twitch.tv/message/compose?to=aidraj_) or send an email to `aidraj0 at gmail dot com`.
You'll need to have VBA in focus for this to work, so your best bet would be to run all of this
from within a VM.