Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benediktwerner/aoc-leaderboard
- Owner: benediktwerner
- License: cc0-1.0
- Created: 2021-12-10T08:50:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T18:34:55.000Z (11 months ago)
- Last Synced: 2024-04-17T16:25:29.623Z (7 months ago)
- Topics: advent-of-code, leaderboard
- Language: Python
- Homepage: https://benediktwerner.github.io/aoc-leaderboard/
- Size: 1.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0
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 filesSee [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).