Skip to content

liyunze-coding/TwitchPlaysX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Plays X (by RythonDev)

Allows your Twitch chat to play games such as Pokemon!

Python Badge Windows 11 Badge Linux Badge

How It Works

  1. Connects to your Twitch chat
  2. Reads messages
  3. Check if messages contains controls only:
    • up up down down left right - pass
    • what's up - fail
  4. Executes keyboard controls

Installation

  1. Install Python onto your machine

  2. Download zip file or Clone the repo via:

    git clone https://github.com/liyunze-coding/TwitchPlaysX.git
    
  3. Modify CHANNEL_NAME in main.py:

    CHANNEL_NAME = "rythondev"
    
  4. Install the requirements:

    Windows:

    pip install pywin32
    

    Linux:

    sudo apt-get install xdotool
    
  5. Run the script:

    py main.py
    

Credits

About

Allows Twitch chat to play games like Pokemon!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages