{"id":13778562,"url":"https://github.com/alvesvaren/AoC-template","last_synced_at":"2025-05-11T12:30:55.366Z","repository":{"id":55997115,"uuid":"316582329","full_name":"alvesvaren/AoC-template","owner":"alvesvaren","description":"Advent Of Code template with a simple python script to fetch input data","archived":false,"fork":false,"pushed_at":"2022-11-28T12:28:32.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-16T03:12:01.265Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","aoc","aoc-2020"],"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/alvesvaren.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}},"created_at":"2020-11-27T19:18:02.000Z","updated_at":"2023-12-07T22:17:53.000Z","dependencies_parsed_at":"2023-01-22T18:00:09.229Z","dependency_job_id":null,"html_url":"https://github.com/alvesvaren/AoC-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesvaren%2FAoC-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesvaren%2FAoC-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesvaren%2FAoC-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesvaren%2FAoC-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvesvaren","download_url":"https://codeload.github.com/alvesvaren/AoC-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225048951,"owners_count":17412898,"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","aoc","aoc-2020"],"created_at":"2024-08-03T18:00:54.784Z","updated_at":"2024-11-17T14:30:35.317Z","avatar_url":"https://github.com/alvesvaren.png","language":"Python","funding_links":[],"categories":["Project Templates"],"sub_categories":[],"readme":"# AoC-template\n\nThis is a template repository to use with advent of code\n\n## Initialize:\n\nWhen cd:ed into this repo, run;\n\n```bash\n$ python -m aoc\n```\n\nThis will ask you for your session cookie (which can be found in the application tab in most browsers devtools when on adventofcode.com).\n\n## Usage: \n\nIn `1a.py`:\n```python\nfrom aoc import get_input\n\ndata = get_input(1).splitlines()\n\nfor line in data:\n    print(line)\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvesvaren%2FAoC-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvesvaren%2FAoC-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvesvaren%2FAoC-template/lists"}