{"id":21945885,"url":"https://github.com/ip2location/ip2trace-python","last_synced_at":"2025-06-16T03:40:30.508Z","repository":{"id":62571471,"uuid":"329844141","full_name":"ip2location/ip2trace-python","owner":"ip2location","description":"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.","archived":false,"fork":false,"pushed_at":"2024-10-04T05:18:31.000Z","size":1027,"stargazers_count":36,"open_issues_count":0,"forks_count":19,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-03T12:13:12.374Z","etag":null,"topics":["ip2location-database","python","traceroute"],"latest_commit_sha":null,"homepage":"","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/ip2location.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","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":"2021-01-15T07:49:23.000Z","updated_at":"2025-03-27T16:14:09.000Z","dependencies_parsed_at":"2024-01-03T03:03:33.078Z","dependency_job_id":"9666533e-68dd-40fd-ba71-5d6f7d57cf2f","html_url":"https://github.com/ip2location/ip2trace-python","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.07999999999999996,"last_synced_commit":"22e0e4208278d15179f2c6c96ce286398e581c7e"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ip2location%2Fip2trace-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ip2location%2Fip2trace-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ip2location%2Fip2trace-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ip2location%2Fip2trace-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ip2location","download_url":"https://codeload.github.com/ip2location/ip2trace-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ip2location%2Fip2trace-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258910720,"owners_count":22776722,"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":["ip2location-database","python","traceroute"],"created_at":"2024-11-29T04:19:59.457Z","updated_at":"2025-06-16T03:40:30.482Z","avatar_url":"https://github.com/ip2location.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP2Trace Python\r\n\r\nIP2Trace Python is a Python tool allowing user to get IP address information such as country, region, city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS) from traceroute probes IP address.\r\n\r\n*Note: This tool requires Python 2.7, or Python 3.5 or later.*\r\n\r\n## Installation\r\n\r\nYou can install this tool by using pip in Windows or Linux. To install this tool in Windows and Linux, just type `pip install IP2Trace` in your console and IP2Trace will be installed in your machine.\r\n\r\n*Note: This tool require [IP2Location](https://github.com/chrislim2888/IP2Location-Python) library to work with. If pip did not install the dependency for you, you can manually install it by using `pip install IP2Location`.*\r\n\r\n## Usage\r\n\r\n```\r\nUsage: ip2tracepy -p [IP ADDRESS/HOSTNAME] -d [IP2LOCATION BIN DATA PATH] [OPTIONS]\r\n   or: ip2tracepy [IP ADDRESS/HOSTNAME] -d [IP2LOCATION BIN DATA PATH] [OPTIONS]\r\n\r\n  -p, --ip\r\n  Specify an IP address or hostname.\r\n  The -p/--ip can be omitted if the IP address or hostname is defined in the first parameter.\r\n\r\n  -d, --database\r\n  Specify the path of IP2Location BIN database file. You can download the latest free IP2Location BIN database from https://lite.ip2location.com.\r\n  If the database filename is specified but without the path, ip2tracepy will search the database file in /usr/local/share/ip2location/ for Linux or C:\\Users\\(your_Windows_username)\\Documents\\ for Windows.\r\n\r\n  -t, --ttl\r\n  Set the max number of hops. (Default: 30)\r\n\r\n  -o, --output\r\n  Set the desired IP2Location BIN database columns to output with.\r\n  Available columns are: country_code, country_name, region_name, city_name, isp, latitude, longitude, domain, zip_code, time_zone, net_speed, idd_code, area_code, weather_station_code, weather_station_name, mcc, mnc, mobile_brand, elevation, usage_type, address_type, category, district, asn, as_name.\r\n  \r\n  -a, --all\r\n  Print all the column(s) available based on the BIN file used.\r\n\r\n  -h, -?, --help\r\n  Display this guide.\r\n\r\n  -v, --version\r\n  Print the version of the IP2Location version.\r\n```\r\n\r\n#### Example\r\n\r\nTraceroute an IP address.\r\n\r\n```bash\r\nip2tracepy 8.8.8.8 -d /usr/local/share/ip2location/DB3.BIN -a\r\n```\r\n\r\nExample output:\r\n\r\n```bash\r\nIP2Location Geolocation Traceroute (ip2trace) Version 3.2.0\r\nCopyright (c) 2021 - 2024 IP2Location.com [MIT License]\r\nhttps://www.ip2location.com/free/traceroute-application\r\n\r\nTraceroute to dns.google ( 8.8.8.8 )\r\n\r\n 1  37.123.114.1  0.3853ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 2  10.10.32.132  0.4084ms [\"-\",\"-\",\"-\",\"-\"]\r\n 3  10.10.32.17  0.2673ms [\"-\",\"-\",\"-\",\"-\"]\r\n 4  212.78.92.2  0.5546ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 5  98.158.181.98  1.8706ms [\"US\",\"United States of America\",\"New York\",\"New York City\"]\r\n 6  195.66.236.125  0.5715ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 7  108.170.246.129  0.5193ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n 8  108.170.232.97  0.4749ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n 9  8.8.8.8  0.5693ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n```\r\n\r\nTraceroute by hostname\r\n\r\n```bash\r\nip2tracepy google.com -d /usr/local/share/ip2location/DB3.BIN -a\r\n```\r\n\r\nExample output:\r\n\r\n```bash\r\nIP2Location Geolocation Traceroute (ip2trace) Version 3.2.0\r\nCopyright (c) 2021 - 2024 IP2Location.com [MIT License]\r\nhttps://www.ip2location.com/free/traceroute-application\r\n\r\nTraceroute to dns.google ( 8.8.8.8 )\r\n\r\n 1  37.123.114.1  0.3529ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 2  10.10.32.131  0.3686ms [\"-\",\"-\",\"-\",\"-\"]\r\n 3  10.10.32.17  0.2663ms [\"-\",\"-\",\"-\",\"-\"]\r\n 4  212.78.92.2  19.7358ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 5  98.158.181.98  9.2373ms [\"US\",\"United States of America\",\"New York\",\"New York City\"]\r\n 6  195.66.236.125  0.5388ms [\"GB\",\"United Kingdom of Great Britain and Northern Ireland\",\"England\",\"London\"]\r\n 7  108.170.246.161  1.6131ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n 8  172.253.65.211  1.2376ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n 9  216.58.213.14  0.5167ms [\"US\",\"United States of America\",\"California\",\"Mountain View\"]\r\n```\r\n\r\n\r\n\r\n## Download IP2Location Databases\r\n\r\n- Download free IP2Location LITE databases at [https://lite.ip2location.com](https://lite.ip2location.com/)\r\n- For more accurate commercial database, please refer to [https://www.ip2location.com](https://www.ip2location.com/)\r\n\r\nOne you have obtained your download token, you can download the the database using **wget** as below:\r\n\r\n```bash\r\nwget \"https://www.ip2location.com/download?token={DOWNLOAD_TOKEN}\u0026file={DATABASE_CODE}\"\r\n```\r\n\r\n## Support\r\n\r\nEmail: [support@ip2location.com](mailto:support@ip2location.com)\r\nURL: [https://www.ip2location.com](https://www.ip2location.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fip2location%2Fip2trace-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fip2location%2Fip2trace-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fip2location%2Fip2trace-python/lists"}