Skip to content

PavlikBender/TwitchTickerChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Twitch ticker chat

Horizontal chat for twitch. News ticker like chat. Chat supports twitch and BTTV emotes. No any user badge support.

Chat using tmi.js.

Settings

  1. Get your Twitch channel ID.
  2. 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';
  1. Set up message separator in index.html, if you needed:
    // Message separator.
    const separator = '  ▪  '
  1. Test it by opening index.html in your browser. Type something in your chat it should immediately appear in index.html page.
  2. Add index.html as local browser source in your OBS programm. Recommended height: 50px.
  3. PROFIT!!!

About

Horizontal chat for twitch. News ticker like chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages