{"id":23134404,"url":"https://github.com/danhalligan/aoc2022","last_synced_at":"2025-10-05T05:21:18.655Z","repository":{"id":65068075,"uuid":"572635611","full_name":"danhalligan/AoC2022","owner":"danhalligan","description":"🎄 Advent of Code 2022 solutions in python3","archived":false,"fork":false,"pushed_at":"2022-12-25T06:29:44.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T10:09:13.726Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/danhalligan.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}},"created_at":"2022-11-30T17:40:38.000Z","updated_at":"2023-10-01T10:46:22.000Z","dependencies_parsed_at":"2023-01-01T05:22:02.857Z","dependency_job_id":null,"html_url":"https://github.com/danhalligan/AoC2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danhalligan/AoC2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhalligan%2FAoC2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhalligan%2FAoC2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhalligan%2FAoC2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhalligan%2FAoC2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danhalligan","download_url":"https://codeload.github.com/danhalligan/AoC2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhalligan%2FAoC2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278411261,"owners_count":25982368,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["advent-of-code","advent-of-code-2022","advent-of-code-2022-python","python3"],"created_at":"2024-12-17T12:10:19.947Z","updated_at":"2025-10-05T05:21:18.640Z","avatar_url":"https://github.com/danhalligan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AoC2022\n\n![CI workflow](https://github.com/danhalligan/AoC2022/actions/workflows/ci.yaml/badge.svg)\n![License](https://img.shields.io/github/license/danhalligan/AoC2022)\n![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)\n\n`AoC2022` is a python package implementing solutions python solutions for the\n[Advent of Code 2022] problems.\n\n## Example\n\nTo solve a specific day, you can use `solve`, passing in the input file for\nthe current day using poetry.\n\n``` bash\npoetry run aoc2022 solve inputs/day01.txt\n```\n\nOr pass in multiple days to solve multiple inputs.\n\n``` bash\npoetry run aoc2022 solve inputs/*\n```\n\nYou can automatically download the input for a given day by setting your\n[session cookie] in an environment variable (or in a `.session.txt` text file\nin the working directory).\n\n``` bash\nexport AOC_SESSION=[your session]\n```\n\nThen using the input command to get today's input:\n\n```python\npoetry run aoc2022 input\n```\n\n[Advent of Code 2022]: https://adventofcode.com/2022\n[session cookie]: https://www.reddit.com/r/adventofcode/comments/a2vonl/how_to_download_inputs_with_a_script/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhalligan%2Faoc2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanhalligan%2Faoc2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhalligan%2Faoc2022/lists"}