A Streamlabs Chatbot (SLCB) Script that uses websocket-sharp to receive events from the local socket.
- Use this repository as a Template for a new script.
- Modify the
LocalSocketEvent
function, to handle whatever events you want to. - Install the script in SLCB. (Please make sure you have configured the correct 32-bit Python 2.7.13 Lib-directory).
- Insert the API_Key.js by right-click the script in SLCB.
- Reload all scripts, so the new API_Key.js file gets picked up.
- Review the script's configuration in SLCB.
For additional events, you can install any or all of the SLCB mirror scripts: StreamlabsSocketMirror, TwitchPubSubMirror and/or TwitchTMIMirror.