{"id":15574569,"url":"https://github.com/runfalk/advent-of-code-leaderboard","last_synced_at":"2025-07-06T13:05:05.042Z","repository":{"id":68823688,"uuid":"330128805","full_name":"runfalk/advent-of-code-leaderboard","owner":"runfalk","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-02T10:27:29.000Z","size":416,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T06:46:39.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runfalk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-01-16T09:37:36.000Z","updated_at":"2023-08-25T23:19:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"944dd6f1-d9e0-4533-af32-e4a5de103532","html_url":"https://github.com/runfalk/advent-of-code-leaderboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runfalk%2Fadvent-of-code-leaderboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runfalk%2Fadvent-of-code-leaderboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runfalk%2Fadvent-of-code-leaderboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runfalk%2Fadvent-of-code-leaderboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runfalk","download_url":"https://codeload.github.com/runfalk/advent-of-code-leaderboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230068,"owners_count":20257640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T18:19:22.131Z","updated_at":"2025-03-12T13:40:25.969Z","avatar_url":"https://github.com/runfalk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Advent of Code Leaderboard\n==========================\nThis repository provides an alternative leaderboard scoring for\n[Advent of Code](https://adventofcode.com/).\n\nBy default Advent of Code scores participants by how quickly they solve the\nproblem compared to everybody else on the same leaderboard. I dislike this since\nit encourages participants to use whatever language they are most comfortable\nin and rush the solution.\n\nThe scoring for this leaderboard values consistency and allows for everybody to\nwin.\n\n![Alt text](/screenshot.png?raw=true \"Example leaderboard\")\n\n\nUsage\n-----\n```\n# Print all leaderboard in the terminal with colors (great for testing)\nadvent-of-code-leaderboard console config.toml\n\n# Host an HTML version of the leaderboard on http://localhost:3000/your-leaderboard-slug\nadvent-of-code-leaderboard server config.toml\n```\n\nThe configuration file has the following structure:\n\n```toml\n# This needs to be obtained from your session cookie (96 character hex string)\nsession = \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n\n# Directory where cached JSON API responses are saved (we're only allowed to\n# refresh once every 15 minutes). If this isn't set it'll try to find a\n# suitable cache directory on its own\ncache_dir = \"./\"\n\n# You can define an arbitrary number of leaderboards\n[[leaderboard]]\nid = 0  # Unique ID of your leaderboard\nyear = 2021\nname = \"Name of your leaderboard\"\nslug = \"leaderboard-slug\"  # This one determines the access URL\ncode = \"000000-00000000\"  # Leaderboard join code\n\n# Optional header to display on top of the leaderboard. Put some pretty ASCII\n# art here :)\nheader = \"\"\"\n  .-\"\"-.\n /,..___\\\n() {_____}\n  (/-@-@-\\)\n  {`-=^=-'}\n  {  `-'  }\n   {     }\n    `---\n\"\"\"\n\n# Add additional metadata to the leaderboard. The number is member ID\n[[metadata]]\nyear = 2021\n273465 = { repository = \"https://github.com/runfalk/advent-of-code-2021/\" }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunfalk%2Fadvent-of-code-leaderboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunfalk%2Fadvent-of-code-leaderboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunfalk%2Fadvent-of-code-leaderboard/lists"}