{"id":45205433,"url":"https://github.com/putuwaw/github-stats","last_synced_at":"2026-02-20T15:04:05.867Z","repository":{"id":185221602,"uuid":"665430504","full_name":"putuwaw/github-stats","owner":"putuwaw","description":"GitHub Statistic Generator using Flask, GitHub API, and Vercel","archived":false,"fork":false,"pushed_at":"2024-04-22T14:31:29.000Z","size":54,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-22T16:02:53.836Z","etag":null,"topics":["collaborate","flask","github-api","vercel"],"latest_commit_sha":null,"homepage":"https://github-stats-putuwaw.vercel.app","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/putuwaw.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}},"created_at":"2023-07-12T07:30:00.000Z","updated_at":"2023-10-13T06:55:03.000Z","dependencies_parsed_at":"2023-08-01T05:38:58.601Z","dependency_job_id":"a4b1152b-a11b-4919-b191-6b8daeff1b14","html_url":"https://github.com/putuwaw/github-stats","commit_stats":null,"previous_names":["putuwaw/github-stats"],"tags_count":0,"template":false,"template_full_name":"putuwaw/flask-app-vercel","purl":"pkg:github/putuwaw/github-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fgithub-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fgithub-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fgithub-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fgithub-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putuwaw","download_url":"https://codeload.github.com/putuwaw/github-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fgithub-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29655026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["collaborate","flask","github-api","vercel"],"created_at":"2026-02-20T15:04:05.149Z","updated_at":"2026-02-20T15:04:05.860Z","avatar_url":"https://github.com/putuwaw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-stats\n\n![Flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge\u0026logo=flask\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n\nGitHub Stats is a simple, free, and open-source GitHub profile statistics generator. This project was built using Python programming language with web framework Flask in accordance with GitHub API documentation. This project was inspired by [github-readme-stats](anuraghazra/github-readme-stats).\n\n## Features 💡\n\nUsing Github Stats, you can:\n\n- [x] Create and customize badge for your GitHub profile.\n- [x] Use GitHub REST API to get the data.\n- [x] Use GitHub GraphQL API to get the data.\n\n## Usage 👨‍💻\n\nCreate your own badge by change the `USERNAME` and `THEME` in the URL below. Curently there are 2 themes available: `dark` and `light`.\n\n```url\nhttps://github-stats-putuwaw.vercel.app/api?username=USERNAME\u0026theme=THEME\n```\n\n\u003e [!NOTE]  \n\u003e You can also use the GraphQL API by using `/api/graphql` endpoint instead of REST API on `/api` endpoint.\n\nExamples:\n\n`Dark theme:`\n\n[![](https://github-stats-putuwaw.vercel.app/api?username=putuwaw\u0026theme=dark)](https://github-stats-putuwaw.vercel.app/api?username=putuwaw\u0026theme=dark)\n\n`Light theme:`\n\n[![](https://github-stats-putuwaw.vercel.app/api?username=putuwaw\u0026theme=light)](https://github-stats-putuwaw.vercel.app/api?username=putuwaw\u0026theme=dark)\n\n## Prerequisites 📋\n\n- Python 3.10 or higher\n\n## Installation 🛠\n\n- Clone the repository:\n\n```bash\ngit clone https://github.com/putuwaw/github-stats.git\n```\n\n- Create a virtual environment and activate it:\n\n```bash\npython -m venv venv\nsource venv/bin/activate\n```\n\n- Install the dependencies:\n\n```bash\nmake py-install\n```\n\n- Create .env file and set the environment variables for GitHub API:\n\n```bash\nmake env\n```\n\n- Run the application:\n\n```bash\nmake run\n```\n\n## Contributing 🤝\n\nContributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License 📝\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputuwaw%2Fgithub-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputuwaw%2Fgithub-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputuwaw%2Fgithub-stats/lists"}