https://github.com/bdbch/thekidnap-python
https://github.com/bdbch/thekidnap-python
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdbch/thekidnap-python
- Owner: bdbch
- Created: 2023-11-17T01:26:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T17:11:04.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:21:32.904Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Plays The Kidnap - Python Controller
> A Python controller for Twitch Plays The Kidnap
## Usage
1. Install Python 3.6 or higher
2. Install the dependencies with `pip install -r requirements.txt`
3. Open twitch.py and your oauth token and the channel you want to connect to
4. Run the controller with `python main.py`
## Commands
- `forward` - Move forward
- `backward` - Move backward
- `left` - Move left
- `right` - Move right
- `look_left` - Look left
- `look_right` - Look right
- `look_up` - Look up
- `look_down` - Look down
- `interact` - Interact with the object in front of you (F key)
- `click` - Click the mouse (left click)
- `sprint` - Sprint (left shift)