Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni5arga/aoc-leaderboard-discord-bot
A Discord Bot to get Advent of Code private & global leaderboard stats (written in python).
https://github.com/ni5arga/aoc-leaderboard-discord-bot
advent-of-code advent-of-code-2023 aoc discord-bot discord-py py
Last synced: about 2 months ago
JSON representation
A Discord Bot to get Advent of Code private & global leaderboard stats (written in python).
- Host: GitHub
- URL: https://github.com/ni5arga/aoc-leaderboard-discord-bot
- Owner: ni5arga
- License: gpl-3.0
- Created: 2023-11-13T10:34:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T04:29:20.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:37:31.398Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, discord-bot, discord-py, py
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Leaderboard Discord Bot
## Overview
This Discord bot retrieves and displays Advent of Code leaderboard statistics within a Discord server. It utilizes the Advent of Code API to fetch private leaderboard information and displays it through Discord slash commands and traditional bot commands.
## Features
- **Leaderboard Stats**: Get detailed statistics for your Advent of Code private leaderboard.
- **Top Players**: Display the top 10 players on your private leaderboard.
- **Global Leaderboard**: Fetch and showcase the top 10 players globally.## Requirements
- Python 3.7 or higher
- Discord.py
- Discord-py-slash-command
- Requests