-
-
Notifications
You must be signed in to change notification settings - Fork 1
Tips
A page for miscellaneous things about VodBot that might be useful!
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.
This project is licensed under the MIT license, copyright Logan "NotQuiteApex" Hickok-Dickson. You can read more about the license here.
If you'd like to support this project and the rest of the stuff I do, you can go to my website and select one of the support options, or just click the pink heart Sponsor button at the top of the page.