u/DarkestKure

Randomizing bluesky posts with streamer bot code, when going live

I'm using the free Bluesky auto-post source code from Tawmae for my Twitch stream, and I've managed to get it working with a custom message.

Right now, it posts a single message like this whenever I go live:

🏮 The lantern has been lit!

I'm live!

Come relax with some cozy pixel art.

www. lorem . com < filler for twitch url

What I'm trying to figure out is whether it's possible to modify the code so that it randomly chooses from several pre-written messages instead of always posting the same one.

For example, I'd like to have 5–10 different messages like:

  • 🏮 The lantern has been lit! Cozy art is underway!
  • ✨ Grab a warm drink and come hang out while I work on some art!
  • 🎨 Time to create something cozy! I'm live on Twitch.
  • 🌙 The lantern is glowing again! Come chill and watch some art.
  • 🏮 Another cozy art stream has begun! Hope to see you there.

Then, whenever I go live, it would randomly pick one of those messages to post to Bluesky.

I'm still fairly new to coding, so I'm not sure if this is something that can be done within the existing source code or if it would require a bigger rewrite.

Has anyone done something similar, or could point me in the right direction?

Thanks in advance for help!

reddit.com
u/DarkestKure — 4 days ago
▲ 0 r/Twitch

Setting an overlay as a redeem

I can't seem to find any help thus far, and i wonder if anyone is able to help me.

I recently got a rain overlay effect for streaming. My idea was to set it up as a redeem, to make it rain in my forest themed setting I had.

I was able to figure most of it out with streamer bot. I made an action, and set the trigger to the channel redeem I made in twitch itself. In sub-actions, I used OBS studio source visibility state. Set it to true/visible, added a core delay for 2 mins, then did another OBS studio source visibility state . So I am telling streamer bot to take the hidden overlay in OBS and make it visible. It plays for 2 minutes and it disappears. It seems to work, however, I now have the issue of it playing in the preview and I seem to be having to click on transition scene in OBS to refresh the current screen I am on to get it on my current screen. I just don't know if I am going about the whole sub action part wrong, or if I am missing anything

reddit.com
u/DarkestKure — 8 days ago