Horizontal chat for twitch. News ticker like chat. Chat supports twitch and BTTV emotes. No any user badge support.
Chat using tmi.js.
- Get your Twitch channel ID.
- Set your channel name and channel ID in index.html
// Put your twitch ID here.
const channelID = '61220092';
// Put your twitch channel name.
const channelName = 'PavlikBender';
- Set up message separator in index.html, if you needed:
// Message separator.
const separator = ' ▪ '
- Test it by opening index.html in your browser. Type something in your chat it should immediately appear in index.html page.
- Add index.html as local browser source in your OBS programm. Recommended height: 50px.
- PROFIT!!!