{"id":16781298,"url":"https://github.com/marco-lancini/robtex-go","last_synced_at":"2025-04-10T21:21:55.460Z","repository":{"id":144424271,"uuid":"136628314","full_name":"marco-lancini/robtex-go","owner":"marco-lancini","description":"Go client for the Robtex API","archived":false,"fork":false,"pushed_at":"2020-01-21T05:59:46.000Z","size":10,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T18:52:25.680Z","etag":null,"topics":["api","docker","golang","golang-library","osint","osint-resources","robtex","whois"],"latest_commit_sha":null,"homepage":"https://www.marcolancini.it/2018/blog-robtex/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marco-lancini.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-08T14:19:08.000Z","updated_at":"2022-06-29T03:22:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b029a6b-47b4-4218-bc6e-216ced3090ad","html_url":"https://github.com/marco-lancini/robtex-go","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/marco-lancini%2Frobtex-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-lancini%2Frobtex-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-lancini%2Frobtex-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-lancini%2Frobtex-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco-lancini","download_url":"https://codeload.github.com/marco-lancini/robtex-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248299021,"owners_count":21080448,"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":["api","docker","golang","golang-library","osint","osint-resources","robtex","whois"],"created_at":"2024-10-13T07:42:37.576Z","updated_at":"2025-04-10T21:21:55.454Z","avatar_url":"https://github.com/marco-lancini.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go client for the Robtex API\n\nThis library provides a little wrapper over the Robtex API (https://www.robtex.com/api/).\n\n\n# Installation\n\n#### Direct Installation\n\n```go get -u github.com/marco-lancini/robtex-go```\n\n\n#### Running in a Docker Container\n\nGit clone the repo, then run in a container with the following commands:\n\n* Clone the repo: `git clone https://github.com/marco-lancini/robtex-go`\n* Build the docker container: `docker build -t robtex-go .`\n* Run the container: `docker run --rm -it robtex-go`\n\n\n\n# Usage\n\nThis library can be imported quickly, as shown below:\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/marco-lancini/robtex-go/robtex\"\n)\n\nfunc main() {\n\n\tclient := robtex.NewClient(\"https://freeapi.robtex.com\", \"\")\n\n\tipInfo := client.IpQuery(\"8.8.8.8\")\n\tfmt.Println(ipInfo)\n\n\tasn := client.AsQuery(1234)\n\tfmt.Println(asn)\n\n\tpassiveDns := client.PassiveDNS(\"www.google.com\")\n\tfmt.Println(passiveDns)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-lancini%2Frobtex-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco-lancini%2Frobtex-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-lancini%2Frobtex-go/lists"}