Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blanana/twitchplays
- Owner: blanana
- License: mit
- Created: 2022-09-13T13:56:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:12:55.000Z (over 1 year ago)
- Last Synced: 2023-08-12T19:48:39.538Z (over 1 year ago)
- Topics: bot, twitch
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 chanceThe 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.pyadjust the Chance:
- change the second value where the AnctionChance() function gets called in main.py