-
Prepare a file with emotes from the chat. (list of name / url pairs separated by spaces).
Sample script for getting a list of youtube live chat emotes from the browser console:Array.from( document .querySelectorAll('img[role="option"][class*="emoji"][aria-label^=":"]') .values() ) .slice(0, 20) .map((e) => e.getAttribute("aria-label") + " " + e.getAttribute("src")) .join("\n");
-
Prepare a file with messages from the chat. (csv file with timestamp,author,message fields).
Sample file. -
Click the link, fill in the fields, upload the prepared files, and click render.
Sample result:
-
Notifications
You must be signed in to change notification settings - Fork 0
YouTube/Twitch/etc chat render
grind-t/chat-render
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
YouTube/Twitch/etc chat render
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published