{"id":17302340,"url":"https://github.com/coriolinus/adventofcode-2020","last_synced_at":"2025-04-14T12:50:50.152Z","repository":{"id":37103055,"uuid":"316573993","full_name":"coriolinus/adventofcode-2020","owner":"coriolinus","description":"Advent of Code 2020","archived":false,"fork":false,"pushed_at":"2024-07-21T23:21:04.000Z","size":399,"stargazers_count":36,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T01:53:40.779Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coriolinus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-27T18:29:53.000Z","updated_at":"2024-07-21T23:21:07.000Z","dependencies_parsed_at":"2024-11-01T04:02:44.147Z","dependency_job_id":"321af202-f81f-4e8c-b97e-84867c097e9a","html_url":"https://github.com/coriolinus/adventofcode-2020","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/coriolinus%2Fadventofcode-2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fadventofcode-2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fadventofcode-2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fadventofcode-2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/adventofcode-2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248884661,"owners_count":21177462,"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-15T11:47:15.132Z","updated_at":"2025-04-14T12:50:50.124Z","avatar_url":"https://github.com/coriolinus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2020\n\nSolutions to the exercises at \u003chttps://adventofcode.com/2020/\u003e.\n\nThis year I'm playing with minimizing scaffolding by generating each day as a subproject\nwithin a shared workspace.\n\n## Initial setup\n\nLog in to the AoC site with whatever method you prefer. Then use the browser's dev tools to\ninspect the cookies. You want the one called `session`. Configure this tool with it,\nso it can download the inputs for you.\n\n```bash\ncargo run -- config set --session YOUR_SESSION_KEY\n```\n\n## Per-day setup\n\n```bash\ncargo run -- init\n```\n\nThis will create a new sub-crate and add it to the workspace, as well as downloading the problem's\ninput. Inputs are saved to a canonical directory. The sub-crate will be named for the day in question,\nso it can then be run like\n\n```bash\ncargo run -p day01 -- --part2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fadventofcode-2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Fadventofcode-2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fadventofcode-2020/lists"}