Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blanana/twitchplays

This is a Twitch bot to control games through chat commands
https://github.com/blanana/twitchplays

bot twitch

Last synced: 3 months ago
JSON representation

This is a Twitch bot to control games through chat commands

Awesome Lists containing this project

README

        

This is a twitch bot that executes commands on your computer.\
Current features:\
mouse control, keyboard control, specifying the holding time in the message, toggle command chance

The commands are toggled off at startup!\
Press L to toggle the commands\
Press 7 to toggle Chance

start the bot:
- make sure the libraries are installed
- add your user info to userinfo.py
- run main.py or main (no display).py

add new keys:
- add the key definition to input_handler.py
- add the case

add new commands with time_value:
- add a new time_value limit to main.py (optional)
- add the command

with mouse movement:
- add a new time_value limit and pixel calculation to main.py (optional)
- add the command

without time_value:
- add the command to main.py

add new commands to stop:
- add the definition to input_handler.py

adjust the Chance:
- change the second value where the AnctionChance() function gets called in main.py