{"id":45841195,"url":"https://github.com/rly0nheart/buganize","last_synced_at":"2026-04-02T12:23:49.249Z","repository":{"id":339820815,"uuid":"1162879254","full_name":"rly0nheart/buganize","owner":"rly0nheart","description":"Unofficial Python client for the Google Issue Tracking system (Buganizer)","archived":false,"fork":false,"pushed_at":"2026-03-26T01:42:03.000Z","size":210,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-26T23:37:11.918Z","etag":null,"topics":["bug-bounty","bug-tracker","buganizer","chromium","issue-tracker"],"latest_commit_sha":null,"homepage":"https://pypi.org/p/buganize","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/rly0nheart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-02-20T20:09:53.000Z","updated_at":"2026-03-24T23:10:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rly0nheart/buganize","commit_stats":null,"previous_names":["rly0nheart/buganise","rly0nheart/buganize"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/rly0nheart/buganize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fbuganize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fbuganize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fbuganize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fbuganize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rly0nheart","download_url":"https://codeload.github.com/rly0nheart/buganize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fbuganize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31306022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: 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":["bug-bounty","bug-tracker","buganizer","chromium","issue-tracker"],"created_at":"2026-02-27T00:11:28.038Z","updated_at":"2026-04-02T12:23:49.239Z","avatar_url":"https://github.com/rly0nheart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg alt=\"logo\" src=\"https://www.gstatic.com/buganizer/img/v0/logo.svg\" width=\"150\" height=\"150\"\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cstrong\u003ePython client for the Google Issue Tracking system (Buganizer)\u003c/strong\u003e\n\u003c/p\u003e\n\n## Installation\n\n```shell\npip install buganize\n```\n\n**Or with the CLI utility:**\n\n```shell\npip install buganize[cli]\n```\n\n### Nix\n\nA `shell.nix` is provided for Nix users:\n\n```shell\nnix-shell\n```\n\n## Quick start\n\n```python\nfrom buganize import Buganize\n\n\nasync def main():\n    async with Buganize() as client:\n        result = await client.search(query=\"status:open priority:p1\", page_size=25)\n        for issue in result.issues:\n            print(f\"#{issue.id} [{issue.status.name}] {issue.title}\")\n```\n\n```bash\nbuganize search \"status:open\"\n```\n\n## Documentation\n\n- See [USAGE.md](https://github.com/rly0nheart/buganize/blob/master/USAGE.md) for full library and CLI documentation.\n- See [API Reference](https://github.com/rly0nheart/buganize/tree/master/src/buganize/api#readme) for details about\n  limitations, and how the API works.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Fbuganize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frly0nheart%2Fbuganize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Fbuganize/lists"}