This starts a python server listening to chat messages from a channel and handles the logic then sends transformed/accepted inputs to another server listening for direct input commands.
Currently the path is hardcoded to the docker host system on port 8048
However, there is no need for a separate input server if you just want to handle that here within the same codebase
- Python or Docker
- A Twitch Application and an OAUTH token
- Code interfacing to OS Input
- Copy
.env.example
to a new file called.env
- Enter your env information into that file
https://github.com/MedusaTea/windows-input-server
$ docker-compose build
$ docker-compose up
$ pip install -r requirements.txt
$ python ./bot.py