Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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