项目作者: Ciremun

项目描述 :
twitch chat overlay with badges, bttv, ffz and twitch emotes
高级语言: JavaScript
项目地址: git://github.com/Ciremun/chat-overlay.git
创建时间: 2020-05-20T22:50:55Z
项目社区:https://github.com/Ciremun/chat-overlay

开源协议:MIT License

下载


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:

  1. npm install http-server -g
  2. cd chat-overlay
  3. 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?