Grat's Custome Chat and Bot Combo & Displayer.
These are made to be ran on a local server and displayed within OBS as part of an overlay. use the Browser Source to place your widgets on stream.
Note: the website url needs to be HTTPS not HTTP, Twitch blocks HTTP websites
The widgets needs this to work.
- an Twitch API token
- your Twitch username
- your OAuth
- a Bot account OAuth (or your own again, it will just post under your name then)
- a Bot Twitch Username (or your own again)
- a Local Server or online server
a simple chat that gets updated everytime anyone posts a message in the connected twitch chat. it also accepts commands with ! and will post messages through a connected bot account.
// Anyone can use.
- !lurk (post thanks for lurking message)
- !dice (picks a random number between 1 & 6)
- !me (writes message italicized)
// Mods & Broadcaster Only
- !clear (clears chat)
- !clip (clips the last 30 seconds of stream)
- !marker (makes a stream marker for Twitch)
- !playclips (enables Twitch clips linked in chat play, but muted) <- may be removed
a Displayer meant to be able to display everything and anything the stream wants it to (currently only supports youtube vids)
// Mod & Broadcaster only.
-
!play (plays linked video)
-
!watch
-
!display they all do the same
// youtube ONLY commands (currently)
-
!stop (stops video and retracks displayer)
-
!pause (pauses video)
-
!resume (resumes video)
-
!mute (mutes video)
-
!unmute (unmutes video)
-
!setvolume [0 - 100] (sets volume after number 0 nothing vs 100 max volume)