{"id":36491545,"url":"https://github.com/daehee/hacktivity","last_synced_at":"2026-01-12T01:56:22.858Z","repository":{"id":57558893,"uuid":"323429433","full_name":"daehee/hacktivity","owner":"daehee","description":"Go library for fetching HackerOne Hacktivity reports","archived":false,"fork":false,"pushed_at":"2021-01-06T18:21:46.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T12:58:09.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/daehee.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}},"created_at":"2020-12-21T19:28:38.000Z","updated_at":"2021-01-06T18:21:20.000Z","dependencies_parsed_at":"2022-09-18T04:41:28.603Z","dependency_job_id":null,"html_url":"https://github.com/daehee/hacktivity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daehee/hacktivity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daehee%2Fhacktivity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daehee%2Fhacktivity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daehee%2Fhacktivity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daehee%2Fhacktivity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daehee","download_url":"https://codeload.github.com/daehee/hacktivity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daehee%2Fhacktivity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"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":[],"created_at":"2026-01-12T01:56:20.712Z","updated_at":"2026-01-12T01:56:22.848Z","avatar_url":"https://github.com/daehee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hacktivity [![Go Report](https://goreportcard.com/badge/github.com/daehee/hacktivity)](https://goreportcard.com/report/github.com/daehee/hacktivity)\n\nGo library for fetching HackerOne Hacktivity reports.\n\n## Install\n\n```\ngo get github.com/daehee/hacktivity\n```\n\n## Usage\n\nThe `hacktivity` package provides a `Client` for fetching Hacktivity reports:\n```go\n// Init hacktivity client\nclient := NewClient()\n\n// Get the 100 most recent Hacktivity reports\nurls, err := client.GetLatestReports(100)\n\n// Fetch a Hacktivity report by URL\nhacktivity, err := client.GetHacktivity(\"https://hackerone.com/reports/1019891\")\n```\n\nReturns API response as `Hacktivity` struct:\n```go\ntype Hacktivity struct {\n    URL          string\n    ReportID     int\n    Title        string\n    Description  string\n    Severity     string\n    Researcher   string\n    Vendor       string\n    VendorHandle string\n    CVEs         []string\n    SubmittedAt  string\n    DisclosedAt  string\n}\n```\n\n## License\n\n[MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaehee%2Fhacktivity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaehee%2Fhacktivity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaehee%2Fhacktivity/lists"}