A Streamlabs Chatbot (SLCB) Script that uses SocketIOClientDotNet and Newtonsoft to mirror events from Streamlabs API socket, and sends them to the local SLCB socket
For a local event listner, you can install SocketReceiver, and subscribe to the STREAMLABS
event.
Script could also be used as a stand alone template, modifying StreamlabsSocketAPIEvent
logic for Socket.IO events.
- Login to Streamlabs and go to https://streamlabs.com/dashboard#/settings/api-settings, noting the Socket Token under the API Token tab.
- Install the script in SLCB. (Please make sure you have configured the correct 32-bit Python 2.7.13 Lib-directory).
- Review the script's configuration in SLCB, providing the Socket Token from step 1.
This work is heavily based on the Streamlabs-Events-Receiver by ocgineer