Skip to content

twitch chat overlay with badges, bttv, ffz and twitch emotes

License

Notifications You must be signed in to change notification settings

Ciremun/chat-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-overlay

simple on-screen twitch chat, supports twitch badges, bttv, ffz and twitch emotes

animation

Install

tokens

create tokens.json, attributes: channel, twitch_bot_token, channel_id (or client_id)

channel - twitch username in lower case
twitch_bot_token - OAuth token with chat:read scope, twitchapps helps obtain

for bttv emotes:

channel_id - if omitted, obtained automatically using client_id
client_id - twitch application client id, create app in twitch dev console

server

run server, add browser source in obs

Node.js http-server:

npm install http-server -g
cd chat-overlay
http-server

config.json

maxMessages (integer): max number of messages on screen at once
ignoredUsers (array of strings): twitch usernames in lower case, ignored user's messages not displayed
badges (boolean): show badges?
bttv (boolean): fetch and display bttv emotes?
ffz (boolean): fetch and display ffz emotes?

About

twitch chat overlay with badges, bttv, ffz and twitch emotes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published