dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

chat_archiver: Watch multiple channels at once #352

Closed ekimekim closed 10 months ago

ekimekim commented 10 months ago

Previously, the chat archiver could only watch a single channel. This works ok for our purposes since there's really only one channel we care about, but it means we can miss chatter on test channels or other weird situations.

This PR allows chat archiver to take multiple channels as arguments, and connect to all of them with one connection. They are still batched seperately.

It also updates the docker-compose file to automatically watch all channels we give to the downloader.