{"id":41254642,"url":"https://github.com/c1982/ripego","last_synced_at":"2026-01-23T01:48:21.431Z","repository":{"id":57505213,"uuid":"51139247","full_name":"c1982/ripego","owner":"c1982","description":"IP Whois Golang Package","archived":false,"fork":false,"pushed_at":"2020-04-28T22:56:58.000Z","size":31,"stargazers_count":34,"open_issues_count":1,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-20T08:14:56.884Z","etag":null,"topics":["afrinic","apnic","arin","golang","lacnic","ripe","whois"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c1982.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":"2016-02-05T10:06:10.000Z","updated_at":"2024-01-18T06:04:15.000Z","dependencies_parsed_at":"2022-08-22T09:00:21.688Z","dependency_job_id":null,"html_url":"https://github.com/c1982/ripego","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c1982/ripego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fripego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fripego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fripego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fripego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c1982","download_url":"https://codeload.github.com/c1982/ripego/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fripego/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"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":["afrinic","apnic","arin","golang","lacnic","ripe","whois"],"created_at":"2026-01-23T01:48:17.595Z","updated_at":"2026-01-23T01:48:21.423Z","avatar_url":"https://github.com/c1982.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ripego\n\nThis package detects the coordination center for the IPv4 address and makes IP Whois lookup. Retrieve all informations about IP adress. Supported registries: ripe, arin, apnic, afrinic, lacnic\n\n\nBu paket IPv4 adresini ilgili koordinasyon merkezini tespit ederek Whois sorgulaması yapar ve IP hakkında bilgiyi getirir. Desteklediği kordinasyon merkezleri: ripe, arin, apnic, afrinic, lacnic\n\n\n### Install / Yükleme\n\n```bash\n$ go get github.com/c1982/ripego\n```\n\n### Usage / Kullanım\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\t\"ripego\"\n)\n\nfunc main() {\n\n\tw, err := ripego.IPLookup(\"178.18.196.250\")\n\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Println(\"Inetnum: \" + w.Inetnum)\n\tfmt.Println(\"Desc: \" + w.Descr)\n}\n\n//Output:\n//Inetnum: 178.18.192.0 - 178.18.207.255\n//Desc: Vargonen Teknoloji ve Bilisim Sanayi Ticaret Anonim Sirketi\n```\n\n### Contact\n\naspsrc@gmail.com\n\nOğuzhan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fripego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc1982%2Fripego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fripego/lists"}