{"id":27614015,"url":"https://github.com/thatmattlove/addr","last_synced_at":"2025-04-23T02:28:52.771Z","repository":{"id":186185613,"uuid":"674450709","full_name":"thatmattlove/addr","owner":"thatmattlove","description":"Look up route origin information from the command-line","archived":false,"fork":false,"pushed_at":"2023-08-06T19:09:47.000Z","size":89,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T21:44:15.189Z","etag":null,"topics":["asn-lookup","bgp","cli","command-line","ip-lookup"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thatmattlove.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,"governance":null}},"created_at":"2023-08-04T01:42:35.000Z","updated_at":"2025-04-02T11:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d05c05d-e59d-45b6-b536-1ac0381e55b8","html_url":"https://github.com/thatmattlove/addr","commit_stats":null,"previous_names":["thatmattlove/addr"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Faddr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Faddr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Faddr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Faddr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatmattlove","download_url":"https://codeload.github.com/thatmattlove/addr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357124,"owners_count":21417208,"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":["asn-lookup","bgp","cli","command-line","ip-lookup"],"created_at":"2025-04-23T02:28:52.315Z","updated_at":"2025-04-23T02:28:52.756Z","avatar_url":"https://github.com/thatmattlove.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch3\u003e\n    \u003ccode\u003eaddr\u003c/code\u003e\n\u003c/h3\u003e\n\u003cbr/\u003e\nLook up route origin information from the command-line\n\u003cbr/\u003e\n\u003cbr/\u003e\n    \u003ca href=\"https://github.com/thatmattlove/addr/actions/workflows/test.yml\"\u003e\n        \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/thatmattlove/addr/test.yml?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://app.codecov.io/gh/thatmattlove/addr\"\u003e\n        \u003cimg alt=\"Codecov\" src=\"https://img.shields.io/codecov/c/github/thatmattlove/addr?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/thatmattlove/addr/releases\"\u003e\n        \u003cimg alt=\"GitHub release (latest SemVer)\" src=\"https://img.shields.io/github/v/release/thatmattlove/addr?label=version\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003ccode\u003eaddr\u003c/code\u003e gets its information from the wonderful \u003ca href=\"https://bgp.tools\" target=\"_blank\"\u003ebgp.tools\u003c/a\u003e.\n\u003c/div\u003e\n\n## Installation\n\n### macOS\n\n#### Homebrew\n\n```console\nbrew tap thatmattlove/addr\nbrew install addr\n```\n\n### Linux\n\n#### Debian/Ubuntu (APT)\n\n```console\necho \"deb [trusted=yes] https://repo.fury.io/thatmattlove/ /\" \u003e /etc/apt/sources.list.d/thatmattlove.fury.list\nsudo apt update\nsudo apt install addr\n```\n\n#### RHEL/CentOS (YUM)\n\n```console\necho -e \"[fury-thatmattlove]\\nname=thatmattlove\\nbaseurl=https://repo.fury.io/thatmattlove/\\nenabled=1\\ngpgcheck=0\" \u003e /etc/yum.repos.d/thatmattlove.fury.repo\nsudo yum update\nsudo yum install addr\n```\n\n### Windows\n\n*TODO* In the meantime, download from [releases](https://github.com/thatmattlove/addr/releases)\n\n## Usage\n\n```console\n❯ ./addr --help\naddr is a tool to look up IP \u0026 ASN ownership and routing information.\n\nUsage:\n  addr [flags]\n  addr [command]\n\nAvailable Commands:\n  asn         Look up an ASN\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  ip          Look up an IP address or prefix\n\nFlags:\n  -h, --help      help for addr\n  -v, --version   version for addr\n\nUse \"addr [command] --help\" for more information about a command.\n```\n\n### ASN\n\n![](https://github.com/thatmattlove/addr/blob/main/screenshot1.png?raw=true)\n\n### IP Address/Prefix\n\n![](https://github.com/thatmattlove/addr/blob/main/screenshot2.png?raw=true)\n\n![GitHub](https://img.shields.io/github/license/thatmattlove/addr?style=for-the-badge\u0026color=black)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmattlove%2Faddr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatmattlove%2Faddr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmattlove%2Faddr/lists"}