{"id":23817827,"url":"https://github.com/lsongdev/qqwry-go","last_synced_at":"2025-08-07T14:43:08.172Z","repository":{"id":63766973,"uuid":"570523713","full_name":"lsongdev/qqwry-go","owner":"lsongdev","description":"🌎 A lightweight native Golang implementation of GeoIP API","archived":false,"fork":false,"pushed_at":"2023-03-03T08:49:17.000Z","size":5280,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T22:23:47.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/song940/qqwry-go","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/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-11-25T11:52:31.000Z","updated_at":"2023-03-04T18:12:42.000Z","dependencies_parsed_at":"2024-06-20T21:51:20.008Z","dependency_job_id":"307796eb-6fec-4525-94a2-852b99358c0f","html_url":"https://github.com/lsongdev/qqwry-go","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"828f4f973afeebaecfbafb84adb306507d62aeaf"},"previous_names":["song940/qqwry.go","lsongdev/qqwry-go","song940/qqwry-go"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqqwry-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqqwry-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqqwry-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqqwry-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/qqwry-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093155,"owners_count":19746780,"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":"2025-01-02T05:48:50.944Z","updated_at":"2025-02-21T21:57:21.312Z","avatar_url":"https://github.com/lsongdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qqwry\n\n\u003e 🌎 A lightweight native Golang implementation of GeoIP API\n\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/song940/qqwry-go/qqwry\"\n)\n\nfunc main() {\n\tq, err := qqwry.NewQQwry(\"qqwry.dat\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tresult, err := q.Find(\"1.1.1.1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(result.IP)\n\tfmt.Println(result.Country, result.City)\n}\n\n```\n\n## License\n\nThis project is licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fqqwry-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fqqwry-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fqqwry-go/lists"}