Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benediktwerner/aoc-leaderboard

Leaderboard for Advent of Code past the top 100 positions
https://github.com/benediktwerner/aoc-leaderboard

advent-of-code leaderboard

Last synced: about 7 hours ago
JSON representation

Leaderboard for Advent of Code past the top 100 positions

Awesome Lists containing this project

README

        

# View Leaderboard past top 100

1. Download all daily leaderboards using `download.py` (will take a while to avoid spamming the AoC server)
2. Run `parse.py` to extract the ranking information and create the JSON data files

See [benediktwerner.github.io/aoc-leaderboard](https://benediktwerner.github.io/aoc-leaderboard/) for a live version.

## License

All the code in this repository is in the public domain. Or if you prefer, you may also use it under the [MIT license](LICENSE-MIT) or [CC0 license](LICENSE-CC0).