-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello my friend! Nice job with this project. 1100 servers is impressive scale!
I've been working on a similar project of my own over at https://github.com/AlecM33/mlb-gameday-bot.
Comparing the two, they definitely mirror each other a lot in the gameday live feed aspect, but their design approaches differ somewhat. My bot is meant to be configured for a specific team from the outset, and a particular instance isn't really meant to scale to a bunch of servers. I just wanted to make it known to you in case you find any parts of my project useful for your own ends. For example, I notice you have open issues that seek to have a server follow a specific team, or to allow the bot to report games every day without the overhead of having to subscribe to each individual game. My bot does those things, but at the expense of scale, obviously. Maybe there's a middle ground.
Cheers! Feel free to close this issue.