{"id":26848167,"url":"https://github.com/namdevel/ipgeo","last_synced_at":"2025-07-03T18:09:46.785Z","repository":{"id":57673989,"uuid":"482507952","full_name":"namdevel/ipgeo","owner":"namdevel","description":"Free IP Geolocation API and IP Location Lookup","archived":false,"fork":false,"pushed_at":"2022-04-17T11:49:01.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T22:46:36.294Z","etag":null,"topics":["ip-geolocation","iplookup","proxy-detection","python","python-ipgeo","python-ipinfo"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/ipgeo-namdevel","language":"Python","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/namdevel.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":"2022-04-17T11:46:27.000Z","updated_at":"2023-09-21T03:52:48.000Z","dependencies_parsed_at":"2022-09-11T16:02:04.430Z","dependency_job_id":null,"html_url":"https://github.com/namdevel/ipgeo","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/namdevel%2Fipgeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namdevel%2Fipgeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namdevel%2Fipgeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namdevel%2Fipgeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namdevel","download_url":"https://codeload.github.com/namdevel/ipgeo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251795388,"owners_count":21645019,"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":["ip-geolocation","iplookup","proxy-detection","python","python-ipgeo","python-ipinfo"],"created_at":"2025-03-30T20:40:53.061Z","updated_at":"2025-04-30T22:46:37.577Z","avatar_url":"https://github.com/namdevel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPGEO\n Free IP Geolocation API and IP Location Lookup\n\n### Install\n---------\n```python\npip install ipgeo-namdevel\n```\n\nUsage (Install from PIP)\n---------\n```python\nfrom namdevel.ipgeo import IPGeoLoc\n\nif __name__ == \"__main__\":\n    app = IPGeoLoc()\n    app.setIp(\"8.8.8.8\")\n    isProxy = app.getResult().isProxy()\n    print(isProxy)\n\n```\n\n### Usage (Download Source)\n---------\n```python\nfrom src.namdevel.ipgeo import IPGeoLoc\n\nif __name__ == \"__main__\":\n    app = IPGeoLoc()\n    app.setIp(\"8.8.8.8\")\n    isProxy = app.getResult().isProxy()\n    print(isProxy)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamdevel%2Fipgeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamdevel%2Fipgeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamdevel%2Fipgeo/lists"}