{"id":15689844,"url":"https://github.com/liamg/hackerone","last_synced_at":"2025-07-30T11:35:05.402Z","repository":{"id":57663307,"uuid":"479817246","full_name":"liamg/hackerone","owner":"liamg","description":"Go HackerOne API Client","archived":false,"fork":false,"pushed_at":"2024-05-16T16:09:39.000Z","size":33,"stargazers_count":11,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T02:25:39.501Z","etag":null,"topics":["api-client","hackerone","hackerone-api"],"latest_commit_sha":null,"homepage":"https://hackerone.com/","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/liamg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["liamg"]}},"created_at":"2022-04-09T18:54:46.000Z","updated_at":"2025-01-15T07:36:49.000Z","dependencies_parsed_at":"2024-05-16T17:39:51.853Z","dependency_job_id":null,"html_url":"https://github.com/liamg/hackerone","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/liamg/hackerone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fhackerone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fhackerone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fhackerone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fhackerone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/hackerone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fhackerone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858704,"owners_count":24155941,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["api-client","hackerone","hackerone-api"],"created_at":"2024-10-03T18:04:44.816Z","updated_at":"2025-07-30T11:35:05.361Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":["https://github.com/sponsors/liamg"],"categories":[],"sub_categories":[],"readme":"# hackerone\n\nHackerOne API Client in Go.\n\nCurrent supports the entire [Hackers API](https://api.hackerone.com/getting-started-hacker-api/#getting-started-hacker-api). Support for the _Customers_ API may be added in future if there is any demand.\n\nPlease see the [documentation](https://pkg.go.dev/github.com/liamg/hackerone) for further information.\n\n## Usage Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/liamg/hackerone\"\n)\n\nfunc main() {\n\th1 := hackerone.New(\"your-username-here\", \"your-api-key-here\")\n\treports, _, _ := h1.Hackers.GetReports(context.TODO(), nil)\n\tfor _, report := range reports {\n\t\tfmt.Println(report.Id)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fhackerone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fhackerone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fhackerone/lists"}