A #project for the #projects tag would be my #Python #AdventOfCode leaderboard parser and Dash-based dashboard.

aoc_scoreboard parses the private leaderboard json into a dataframe, etc.

aoc_dashboard can turn that into a (ok-looking) #Plotly Dash web app

https://github.com/astrowonk/aoc_scoreboard

My live version of the Dash app can accept user-uploaded JSON:

https://marcoshuerta.com/dash/aoc/

GitHub - astrowonk/aoc_scoreboard: Python class to analyze private leaderboard Advent of Code json

Python class to analyze private leaderboard Advent of Code json - GitHub - astrowonk/aoc_scoreboard: Python class to analyze private leaderboard Advent of Code json

GitHub