Skip to content

TalkLounge/multichat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiChat: Different Chats at once

See multiple chats combined on one website. You are a stream viewer and want to see chats from different streamers at the same time OR You are a streamer and restream to different platforms at the same time? Use MultiChat

Open MultiChat Demo

Screenshot of Website

Table of Contents

Public Instances

URL Parameters

Parameters consist of Key and Value in the format Key:Value, separated from other Parameters with +
Example URL: https://talklounge.github.io/multichat/#/youtube:UCCF03uSQvNvCEvQgD8VRYiw+twitch:TalkLounge+enable-dashboard

Key Value Example Key:Value Info
youtube Channel-ID youtube:UCCF03uSQvNvCEvQgD8VRYiw Channel-ID can be found here
twitch Channel Name twitch:TalkLounge
kick Channel Name kick:TalkLounge
trovo Channel Name trovo:TalkLounge/224265272
enable-dashboard Enables Dashboard Button
enable-modtools Enables Modtools Button

Setup

Requirements

Installation

git clone https://github.com/TalkLounge/multichat
cd multichat
npm install

Development

npm run dev

Production

npm run build

License

MIT