>>8438916>>8439701Here, I'll give out what info I have.
This is Lyger's matsuri-monitor:
https://github.com/lyger/matsuri-monitorIt scrapes all hololive chats to look for comments from Matsuri or about Matsuri. The way it checks who posted a comment, however, is by checking the name of the channel. That wasn't very helpful when a bunch of funny clowns renamed themselves to Gawr Gura HololiveEN back in september, so I modified it back then to check for the channel ID instead.
I suck at code, and I don't really remember how I did it, but as I recall, it was discarding a larger chat object that contained the channelID, to keep a smaller embedded object that only contained what is visible on ytchat itself. I simply made it stop discarding those and adjusted the parsing in consequence.
Now I didn't have any logging enabled that would allow me to go back and check and I don't even know if the new channels have been added to the webhooks it uses yet, but someone who can work with this stuff faster than I can should probably set this up in case it posts again in another chat.