Skip to content

Instantly share code, notes, and snippets.

@aogden
Created May 29, 2020 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aogden/6a7b40ed9d2c3a00787f42660a6151d6 to your computer and use it in GitHub Desktop.
Save aogden/6a7b40ed9d2c3a00787f42660a6151d6 to your computer and use it in GitHub Desktop.

!Commands for SLOBS

Download Streamlabs Chatbot and configure it for Twitch

Follow the instructions in the chatbot documentation to install and configure Python

I'm using the SLOBS Remote Parameters script by Ocgineer to handle SLOBS controls

Download his latest script from discord and import it to Streamlabs Chatbot

Create a folder or image source in your SLOBS scene with the gif/image/video you want to pop up or change from the command

We use a folder names "ChurrosOverlay" that has the four churro gifs. It is hidden by default.

Set up a command (!churros) that has a response from one of the parameters in SLOBS Remote Parameters Doc

For churros we use

$SLOBSfolderT("ChurrosOverlay", "onoff", "10")

Which tells SLOBS to turn the folder "ChurrosOverlay" on for 10 seconds then turn it off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment