Skip to content
Logan Hickok-Dickson edited this page Jan 20, 2023 · 4 revisions

A page for miscellaneous things about VodBot that might be useful!

Raw Chat Format

VodBot stores chatlogs with the extension .chat alongside VODs and .meta files. Despite the different extension, these are simply JSON files. There are two different top-level sections, "users" and "msgs". The first is an array of objects that describe display names and name color. The second is an array of objects that describe each message with a user referred to by index (of the first list), the time offset in seconds from the start of the stream and when the message was sent, and the message itself. This is the standard structure of "raw" chat logs, and can be useful if you want to do something with the files yourself.

Clone this wiki locally