{"id":27647440,"url":"https://github.com/tbxark/github-status","last_synced_at":"2026-05-01T19:33:07.519Z","repository":{"id":266838678,"uuid":"899464371","full_name":"tbxark/github-status","owner":"tbxark","description":"Generate SVG cards showing your GitHub statistics and programming language distribution","archived":false,"fork":false,"pushed_at":"2026-01-26T10:28:34.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-27T00:30:30.807Z","etag":null,"topics":["github","github-stats","readme-profile","statistics-images"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tbxark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-06T10:17:09.000Z","updated_at":"2026-01-26T10:28:37.000Z","dependencies_parsed_at":"2024-12-06T13:44:44.929Z","dependency_job_id":"249bf6d2-baaa-43e7-99b1-48377926b0d0","html_url":"https://github.com/tbxark/github-status","commit_stats":null,"previous_names":["tbxark/github-status"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tbxark/github-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark%2Fgithub-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark%2Fgithub-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark%2Fgithub-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark%2Fgithub-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbxark","download_url":"https://codeload.github.com/tbxark/github-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark%2Fgithub-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["github","github-stats","readme-profile","statistics-images"],"created_at":"2025-04-24T01:49:49.375Z","updated_at":"2026-05-01T19:33:07.512Z","avatar_url":"https://github.com/tbxark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Status Generator\n\nA tool to generate beautiful SVG cards showing your GitHub statistics and programming language distribution.\n\n[![overview](https://raw.githubusercontent.com/TBXark/TBXark/refs/heads/stats/overview.svg)](https://github.com/TBXark/TBXark) [![languages](https://raw.githubusercontent.com/TBXark/TBXark/refs/heads/stats/languages.svg)](https://github.com/TBXark/TBXark)\n\n\n## Features\n\n- Generates an overview SVG card with GitHub statistics\n- Creates a languages SVG card showing your programming language distribution\n- Highly customizable through environment variables\n- Supports excluding specific repositories and languages\n- Smart filtering options for forked, archived, and private repositories\n- Flexible configuration for multiple GitHub owners\n- Webhook support for integration with other services\n\n## Installation\n\n```bash\ngo install github.com/tbxark/github-status@latest\n```\n\n## Usage\n\n## Configuration\n\nAll configuration is done through environment variables. Here are all the available options:\n\n| Environment Variable            | Type     | Description                                           | Default      |\n|---------------------------------|----------|-------------------------------------------------------|--------------|\n| `ACCESS_TOKEN` / `GITHUB_TOKEN` | string   | GitHub access token for API authentication            | Required     |\n| `CUSTOM_ACTOR` / `GITHUB_ACTOR` | string   | GitHub username                                       | Required     |\n| `EXCLUDE_REPOS`                 | string[] | Comma-separated list of repositories to exclude       | `[]`         |\n| `EXCLUDE_LANGS`                 | string[] | Comma-separated list of languages to exclude          | `[]`         |\n| `INCLUDE_OWNER`                 | string[] | Comma-separated list of GitHub owners to include      | `[username]` |\n| `IGNORE_PRIVATE_REPOS`          | bool     | Whether to ignore private repositories                | `false`      |\n| `IGNORE_FORKED_REPOS`           | bool     | Whether to ignore forked repositories                 | `false`      |\n| `IGNORE_ARCHIVED_REPOS`         | bool     | Whether to ignore archived repositories               | `false`      |\n| `IGNORE_CONTRIBUTED_TO_REPOS`   | bool     | Whether to ignore repositories you've contributed to  | `false`      |\n| `IGNORE_LINES_CHANGED`          | bool     | Whether to ignore lines of code changed in statistics | `false`      |\n| `IGNORE_REPO_VIEWS`             | bool     | Whether to ignore repository view counts              | `false`      |\n| `WEBHOOK_URL`                   | string   | URL for webhook notifications                         | `\"\"`         |\n| `ANIMATION`                     | bool     | Whether to enable animation in the SVG cards          | `false`      |\n\n\u003e **Note:** `GITHUB_TOKEN` is limited requests on GitHub API, so it is recommended to use a personal access token `ACCESS_TOKEN` with the `repo` scope.\n\n## Best Practices\n\nReference [My GitHub Action](https://github.com/TBXark/TBXark/blob/master/.github/workflows/update-status.yml)\n\nCreate a repository action to automatically update the stats. The action will update the stats and push the changes to the main branch. And you can use it svg card in your README.md.\n\n\n## Thanks\n\nThis project was inspired by the [jstrieb/github-stats](https://github.com/jstrieb/github-stats) project\n\n## License\n\n**github-status** is released under the MIT license. [See LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fgithub-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbxark%2Fgithub-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fgithub-status/lists"}