Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btarg/twitch-plays-node
An implementation of "Twitch Plays" written in Node.JS and Python with special commands.
https://github.com/btarg/twitch-plays-node
interactive livestream twitch twitch-bot twitch-plays
Last synced: about 1 month ago
JSON representation
An implementation of "Twitch Plays" written in Node.JS and Python with special commands.
- Host: GitHub
- URL: https://github.com/btarg/twitch-plays-node
- Owner: btarg
- License: gpl-3.0
- Created: 2020-02-12T20:09:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:59:51.000Z (about 2 years ago)
- Last Synced: 2023-09-30T20:38:17.651Z (about 1 year ago)
- Topics: interactive, livestream, twitch, twitch-bot, twitch-plays
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch-Plays-Node
An implementation of "Twitch Plays" written in Node.JS with special commands.Custom controls can be set up by editing the `names` section of `config/user.json` *moved here as of 1.2.0*. An example of a valid ID would be `DIK_ESCAPE:0`, meaning press `DIK_ESCAPE` for `0` seconds (don't hold the key down).
## Building
Build for Windows using:
```
pkg . --targets node12-win-x64
```
The app currently doesn't work on Linux or Mac.## Default keymap bindings
The default bindings are made for Chocolate Doom, using WASD as the movement and turning controls.## Extra notes
This app requires Python 3.x to run. The executable name used is `python`.