Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Leaderboard Support #45

Open
KyleForan opened this issue Dec 5, 2023 · 1 comment
Open

Additional Leaderboard Support #45

KyleForan opened this issue Dec 5, 2023 · 1 comment
Labels
bot behaviour Changes to code which affect how the bot behaves enhancement New feature or request

Comments

@KyleForan
Copy link

Is your feature request related to a problem? Please describe.
Seperate Leaderboard for Advent of Code and similar events.

Describe the solution you'd like
Another message to be sent alongside the good morning leaderboard with a leaderboard embed.
For advent of code, The private leaderboard would be scraped and the top places would be posted.

Describe alternatives you've considered
Additional Leaderboards could be messages in a seperate channel that is edited everyday to avoid cluttering the general channel.

Additional context
Additional or temporary leaderboards could be stored in individual files that could be easily disabled.

@coillteoir coillteoir added enhancement New feature or request bot behaviour Changes to code which affect how the bot behaves labels Dec 6, 2023
@coillteoir
Copy link
Owner

This is a really interesting proposal because it has multiple approaches, some more general than others. The simplest approach would be to add some login credentials to the config, and manually program the rendering of the AOC leaderboard. There could be a more general use case, lets say creating a different leaderboard object which will track the AOC leaderboard and then follow the same logic as the current one.
I'd be interested to see what approach you'd like to take.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot behaviour Changes to code which affect how the bot behaves enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants