kevinjycui / Practice-Bot

The all-purpose competitive programming Discord bot! Discord to online judge integration. AtCoder/CodeChef/Codeforces/CSES/DMOJ/Leetcode/Szkopuł/TopCoder/WCIPEG
https://discord.com/api/oauth2/authorize?client_id=691416325557452861&permissions=402779152&scope=bot
GNU General Public License v3.0
49 stars 13 forks source link

Leaderboard Command #6

Open kevinjycui opened 4 years ago

kevinjycui commented 4 years ago

Some command to get the top users in a server ranked (for DMOJ/Codeforces). Likely in a text format, possibly an embed.

DMOJ will be trivial as it has Cloudflare #4, will likely have to find a way to store user rankings or regulate how many calls can be done periodically (may have to make it an event instead of a command, where the leaderboard is posted after every contest)