{"id":16999510,"url":"https://github.com/jonasrenault/advent","last_synced_at":"2025-03-22T07:51:15.981Z","repository":{"id":225151043,"uuid":"765138425","full_name":"jonasrenault/advent","owner":"jonasrenault","description":"Repository for my code for Advent of code","archived":false,"fork":false,"pushed_at":"2024-12-26T20:09:27.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T08:13:02.720Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","advent-of-code-python","python"],"latest_commit_sha":null,"homepage":"","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/jonasrenault.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":"2024-02-29T10:58:46.000Z","updated_at":"2025-01-13T08:43:08.000Z","dependencies_parsed_at":"2024-11-21T11:28:40.946Z","dependency_job_id":"e2db429f-f514-4596-b843-78ffd71623ec","html_url":"https://github.com/jonasrenault/advent","commit_stats":null,"previous_names":["jonasrenault/advent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasrenault%2Fadvent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasrenault%2Fadvent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasrenault%2Fadvent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasrenault%2Fadvent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonasrenault","download_url":"https://codeload.github.com/jonasrenault/advent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244924766,"owners_count":20532874,"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":["advent-of-code","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","advent-of-code-python","python"],"created_at":"2024-10-14T04:09:03.820Z","updated_at":"2025-03-22T07:51:15.962Z","avatar_url":"https://github.com/jonasrenault.png","language":"Python","readme":"# Advent of Code\n\nRepository of my code for [Advent of Code](https://adventofcode.com/)\n\n## Install\n\nInstall project with its dependencies with [poetry](https://python-poetry.org/):\n\n```console\npoetry install\n```\n\n## Session\n\nTo get the code to work with your puzzle input, you need to be logged in using your session cookie. Log in to the [Advent of Code](https://adventofcode.com/) website and save your session cookie in a file called `.secret-session-cookie` in the project's root directory.\n\n## Run\n\nEach day's problem is solved in its own python module in a package corresponding to the year in the [advent](./advent/) directory. To run a solution, run\n\n```console\npoetry run python advent/advent2023/day01.py\n```\n\n## Template generation\n\nTo generate a blank template for a new day, a template generator can be used with\n\n```console\npoetry run python advent/utils/templates.py -y 2023 -d 1\n```\n\nwhere the `-y` option specifies the year and `-d` specifies the day to generate a template for.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasrenault%2Fadvent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasrenault%2Fadvent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasrenault%2Fadvent/lists"}