{"id":22788468,"url":"https://github.com/astrabert/what-a-git-year","last_synced_at":"2026-02-27T01:04:50.690Z","repository":{"id":266005656,"uuid":"897048092","full_name":"AstraBert/what-a-git-year","owner":"AstraBert","description":"Simple Gradio app to showcase your GitHub achievements in the past year","archived":false,"fork":false,"pushed_at":"2024-12-25T20:19:23.000Z","size":3517,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T15:12:50.059Z","etag":null,"topics":["advent-of-code","docker-image","github","github-scraping","gradio","new-year","python"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/as-cle-bert/what-a-git-year","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/AstraBert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2024-12-01T23:18:18.000Z","updated_at":"2024-12-26T21:07:51.000Z","dependencies_parsed_at":"2025-04-14T13:31:48.078Z","dependency_job_id":null,"html_url":"https://github.com/AstraBert/what-a-git-year","commit_stats":null,"previous_names":["astrabert/what-a-git-year"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AstraBert/what-a-git-year","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraBert%2Fwhat-a-git-year","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraBert%2Fwhat-a-git-year/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraBert%2Fwhat-a-git-year/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraBert%2Fwhat-a-git-year/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstraBert","download_url":"https://codeload.github.com/AstraBert/what-a-git-year/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraBert%2Fwhat-a-git-year/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29879923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","docker-image","github","github-scraping","gradio","new-year","python"],"created_at":"2024-12-12T01:31:31.873Z","updated_at":"2026-02-27T01:04:50.669Z","avatar_url":"https://github.com/AstraBert.png","language":"Python","funding_links":["https://github.com/sponsors/AstraBert"],"categories":[],"sub_categories":[],"readme":"# What A Git-Year!\r\n\r\n![Docker deployment status](https://github.com/AstraBert/what-a-git-year/actions/workflows/docker-publish.yml/badge.svg)\r\n\r\n**What A Git-Year!** is a simple Gradio app to showcase your GitHub achievements in the past year. \r\n\r\nYou just need to provide your username and a token with repository-level access ([find/create yours here](https://github.com/settings/tokens)) and the magic will be done in less than a minute!\r\n\r\n![Demo for What A Git Year!](imgs/what-a-git-year.gif)\r\n\r\n## Run it locally\r\n\r\nYou can install the app from source code and run it locally:\r\n\r\n```bash\r\ngit clone https://github.com/AstraBert/what-a-git-year.git\r\ncd what-a-git-year/\r\npython3 -m venv gityear\r\nsource gityear/bin/activate\r\npython3 -m pip install -r requirements.txt\r\npython3 app.py\r\n```\r\n\r\nAnd the app should be up and running on http://localhost:7860 in no time!\r\n\r\n## Run it with Docker\r\n\r\nUse the GitHub Container Registry Docker image to run the application:\r\n\r\n```bash\r\ndocker pull ghcr.io/astrabert/what-a-git-year:main\r\ndocker run -p 7860:7860 ghcr.io/astrabert/what-a-git-year:main\r\n```\r\n\r\nThe app should be available on http://localhost:7860 in less than one minute!\r\n\r\n## Use the HuggingFace Demo\r\n\r\nFind a [demo on HuggingFace Spaces](https://huggingface.co/spaces/as-cle-bert/what-a-git-year)\r\n\r\n## Contributions\r\n\r\nContributions are more than welcome! See [contribution guidelines](./CONTRIBUTING.md) for more information :)\r\n\r\n## Funding\r\n\r\nIf you found this project useful, please consider to [fund it](https://github.com/sponsors/AstraBert) and make it grow: let's support open-source together!😊\r\n\r\n\r\n## License and rights of usage\r\n\r\nThis project is provided under [MIT license](./LICENSE): it will always be open-source and free to use.\r\n\r\nIf you use this project, please cite the author: [Astra Clelia Bertelli](https://astrabert.vercel.app)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrabert%2Fwhat-a-git-year","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrabert%2Fwhat-a-git-year","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrabert%2Fwhat-a-git-year/lists"}