{"id":18637535,"url":"https://github.com/dutchcoders/gogreynoise","last_synced_at":"2025-04-11T09:33:23.946Z","repository":{"id":57501034,"uuid":"144455166","full_name":"dutchcoders/gogreynoise","owner":"dutchcoders","description":"Golang client for greynoise.io ","archived":false,"fork":false,"pushed_at":"2018-08-12T09:52:59.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T12:13:11.707Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.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":"2018-08-12T09:48:47.000Z","updated_at":"2024-08-12T19:40:46.000Z","dependencies_parsed_at":"2022-09-14T19:40:35.212Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/gogreynoise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgogreynoise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgogreynoise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgogreynoise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgogreynoise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/gogreynoise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368352,"owners_count":21092343,"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","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":"2024-11-07T05:36:38.742Z","updated_at":"2025-04-11T09:33:18.937Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gogreynoise [![](https://godoc.org/github.com/dutchcoders/gogreynoise?status.svg)](http://godoc.org/github.com/dutchcoders/gogreynoise) [![Go Report Card](https://goreportcard.com/badge/dutchcoders/gogreynoise)](https://goreportcard.com/report/dutchcoders/gogreynoise) \n\nGolang client for Greynoise.io. The client currently only implements /context, but it is easy to extend other features.\n\n## Usage\n\n```\npackage greynoise\n\nimport (\n        \"fmt\"\n        \"net\"\n\n        greynoise \"github.com/dutchcoders/gogreynoise\"\n)\n\nfunc ExampleExamples_output() {\n        client, err := greynoise.New(\n                greynoise.WithKey(\"{key}\"),\n        )\n        if err != nil {\n                panic(err.Error)\n        }\n\n        ip := net.ParseIP(\"8.8.8.8\")\n        result, err := client.Context(ip)\n        if err != nil {\n                panic(err.Error)\n        }\n\n        fmt.Printf(\"Actor: %s\\n\", result.Actor)\n}\n```\n\n## Contributors\n\n* [Remco Verhoef](https://twitter.com/remco_verhoef)\n\n## Copyright and license\n\nCode released under [Apache License 2.0](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgogreynoise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgogreynoise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgogreynoise/lists"}