{"id":18486817,"url":"https://github.com/jrodal98/advent-of-code","last_synced_at":"2025-07-28T02:04:10.560Z","repository":{"id":210167216,"uuid":"725887653","full_name":"jrodal98/advent-of-code","owner":"jrodal98","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-28T08:56:46.000Z","size":335,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T22:27:03.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jrodal98.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,"zenodo":null}},"created_at":"2023-12-01T04:33:17.000Z","updated_at":"2024-12-28T08:56:49.000Z","dependencies_parsed_at":"2023-12-03T11:21:48.137Z","dependency_job_id":"28b4e63f-b58c-470e-9f6f-ce938fbba354","html_url":"https://github.com/jrodal98/advent-of-code","commit_stats":null,"previous_names":["jrodal98/advent-of-code-2023","jrodal98/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrodal98/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrodal98","download_url":"https://codeload.github.com/jrodal98/advent-of-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451490,"owners_count":24089312,"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-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-11-06T12:49:51.016Z","updated_at":"2025-07-28T02:04:10.517Z","avatar_url":"https://github.com/jrodal98.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of code\n\nhttps://adventofcode.com/2024\n\n# How to use repository\n\n1. Download `direnv`\n2. Store AOC session cookie in `.env` file (e.g. `export AOC_SESSION=...`)\n3. `pip install -r requirements.txt`\n4. `init` to setup template\n5. `solve` to test and submit solutions\n6. Use `init --help` and `solve --help` for more advanced usage\n7. If `init` and `solve` aren't working, try `python main.py init`, etc\n\n\u003c!--- advent_readme_stars table ---\u003e\n## 2024 Results\n\n| Day | Part 1 | Part 2 |\n| :---: | :---: | :---: |\n| [Day 1](https://adventofcode.com/2024/day/1) | ⭐ | ⭐ |\n| [Day 2](https://adventofcode.com/2024/day/2) | ⭐ | ⭐ |\n| [Day 3](https://adventofcode.com/2024/day/3) | ⭐ | ⭐ |\n| [Day 4](https://adventofcode.com/2024/day/4) | ⭐ | ⭐ |\n| [Day 5](https://adventofcode.com/2024/day/5) | ⭐ | ⭐ |\n| [Day 6](https://adventofcode.com/2024/day/6) | ⭐ | ⭐ |\n| [Day 7](https://adventofcode.com/2024/day/7) | ⭐ | ⭐ |\n| [Day 8](https://adventofcode.com/2024/day/8) | ⭐ | ⭐ |\n| [Day 9](https://adventofcode.com/2024/day/9) | ⭐ | ⭐ |\n| [Day 10](https://adventofcode.com/2024/day/10) | ⭐ | ⭐ |\n| [Day 11](https://adventofcode.com/2024/day/11) | ⭐ | ⭐ |\n| [Day 12](https://adventofcode.com/2024/day/12) | ⭐ | ⭐ |\n| [Day 13](https://adventofcode.com/2024/day/13) | ⭐ | ⭐ |\n| [Day 14](https://adventofcode.com/2024/day/14) | ⭐ | ⭐ |\n| [Day 15](https://adventofcode.com/2024/day/15) | ⭐ | ⭐ |\n| [Day 16](https://adventofcode.com/2024/day/16) | ⭐ | ⭐ |\n| [Day 17](https://adventofcode.com/2024/day/17) | ⭐ | ⭐ |\n| [Day 18](https://adventofcode.com/2024/day/18) | ⭐ | ⭐ |\n| [Day 19](https://adventofcode.com/2024/day/19) | ⭐ | ⭐ |\n| [Day 20](https://adventofcode.com/2024/day/20) | ⭐ | ⭐ |\n| [Day 23](https://adventofcode.com/2024/day/23) | ⭐ | ⭐ |\n| [Day 25](https://adventofcode.com/2024/day/25) | ⭐ |   |\n\u003c!--- advent_readme_stars table ---\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrodal98%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fadvent-of-code/lists"}