Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wimpysworld/kruiz-control-triggers
Kruiz Control 🎛️ Triggers for Twitch Chatbot, OBS Studio Automation & DecAPI
https://github.com/wimpysworld/kruiz-control-triggers
chatbot decapi kruiz-control obs-studio twitch twitch-api twitch-bot
Last synced: about 2 months ago
JSON representation
Kruiz Control 🎛️ Triggers for Twitch Chatbot, OBS Studio Automation & DecAPI
- Host: GitHub
- URL: https://github.com/wimpysworld/kruiz-control-triggers
- Owner: wimpysworld
- License: mit
- Created: 2023-12-23T16:13:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:20:04.000Z (6 months ago)
- Last Synced: 2024-07-20T20:32:14.876Z (6 months ago)
- Topics: chatbot, decapi, kruiz-control, obs-studio, twitch, twitch-api, twitch-bot
- Language: HTML
- Homepage: https://twitch.tv/WimpysWorld
- Size: 193 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kruiz Control Triggers
I use the excellent [Kruiz Control](https://github.com/Kruiser8/Kruiz-Control) to automate OBS Studio during my live streams and to create a Twitch chatbot.
> *Kruiz Control enables a pseudo code approach to manage and automatically handle Twitch Channel Points, Twitch Chat, OBS or SLOBS, and StreamElements or Streamlabs alerts.*
This repository contains the triggers I use for my live stream.
I have split them into two repositories, one for my Twitch channel points triggers and automation, and one for my Twitch chatbot.
They are published here for anyone to learn from, *but they are not intended to be plug-and-play*.## KC-WimpysWorld
Integration with Twitch channel point triggers and assorted automation for OBS Studio.
This is a chatbot and also uses the Twitch API and StreamElements API.
A slightly *"patched"* version of [`index-wimpy.html`](KC-WimpysWorld/index-wimpy.html) is used to prevent VoiceMod (Windows only) from attempting to load.## KC-BellaBotty
My Twitch chatbot, Bella. **Bella is just a **chatbot, **with **no**** Twitch API** integrations.**
As a result, a slightly *"patched"* version of [`index-bella.html`](KC-BellaBotty/index-bella.html) is used to prevent VoiceMod (Windows only) from attempting to load and also disables Twitch API integration to allow KC-BellaBotty to coexist alongside KC-WimpysWorld without causing "Invalid authorization code" errors.### DecAPI
I use [DecAPI](https://decapi.me/) to get the data from the Twitch API and have implemented a DecAPI client using Kruiz Control.
- [dec-api.txt](KC-BellaBotty/triggers/dec-api.txt)