dyreschlock / schlock-bot

Robot code to run on Twitch, Discord, and host OBS overlays
0 stars 0 forks source link

Host Local Webpage to show Twitch Alert Animations on Stream. #29

Open dyreschlock opened 3 years ago

dyreschlock commented 3 years ago

Apparently, animations through OBS are mainly used in a browser! Add JSwing or something simple to the bot, listen for twitch alerts, and output animations on stream using CSS.

dyreschlock commented 3 years ago

Tapestry has been integrated into the Bot.

I think the Twitch Alerts page will have a Tapestry zone that refreshes every second or every couple of seconds that doesn't display anything by default. The Bot has to listen to Twitch somehow to receive calls when someone follows or subscribes or whatever. That notification will be placed in the database. When the page refreshes it'll check the database for anything new. When there's something new, it'll pull that information from the database and display it accordingly.

One page will be for new followers, subscribers, and other twitch stuff. Another page will be for animation and sound effects people can spend their points on.

dyreschlock commented 3 years ago

The animation and sound effects page should be a different case.