{"id":27360528,"url":"https://github.com/fhightower/robtex-python","last_synced_at":"2025-08-01T11:39:08.802Z","repository":{"id":52824226,"uuid":"104129126","full_name":"fhightower/robtex-python","owner":"fhightower","description":"Simple python wrapper for the Robtex API (see https://www.robtex.com/api/).","archived":false,"fork":false,"pushed_at":"2021-04-17T20:49:53.000Z","size":53,"stargazers_count":11,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-21T12:12:18.985Z","etag":null,"topics":["as-number","dns","dns-api","ip-address","passive-dns","robtex","threatintel"],"latest_commit_sha":null,"homepage":null,"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/fhightower.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-19T21:11:39.000Z","updated_at":"2023-07-25T04:21:25.000Z","dependencies_parsed_at":"2022-09-12T13:21:59.866Z","dependency_job_id":null,"html_url":"https://github.com/fhightower/robtex-python","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fhightower/robtex-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Frobtex-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Frobtex-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Frobtex-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Frobtex-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhightower","download_url":"https://codeload.github.com/fhightower/robtex-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Frobtex-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268215611,"owners_count":24214365,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["as-number","dns","dns-api","ip-address","passive-dns","robtex","threatintel"],"created_at":"2025-04-13T01:08:55.004Z","updated_at":"2025-08-01T11:39:08.746Z","avatar_url":"https://github.com/fhightower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*************\nRobtex Python\n*************\n\n.. image:: https://img.shields.io/pypi/v/robtex_python.svg\n        :target: https://pypi.python.org/pypi/robtex_python\n\n.. image:: https://img.shields.io/travis/fhightower/robtex-python.svg\n        :target: https://travis-ci.org/fhightower/robtex-python\n\n.. image:: https://codecov.io/gh/fhightower/robtex-python/branch/master/graph/badge.svg\n        :target: https://codecov.io/gh/fhightower/robtex-python\n\n.. image:: https://api.codacy.com/project/badge/Grade/8151c710cd704ddeb8575ee6dfbbd96e\n        :target: https://www.codacy.com/app/fhightower/robtex-python\n\nSimple python wrapper for the `Robtex API \u003chttps://www.robtex.com/api/\u003e`_ .\n\nInstallation\n============\n\nStable release\n--------------\n\nTo install Robtex Python, run this command in your terminal:\n\n.. code-block:: console\n\n    pip install robtex-python\n\nThis is the preferred method to install the Robtex API wrapper, as it will always install the most recent stable release. \n\nIf you don't have `pip`_ installed, this `Python installation guide`_ can guide\nyou through the process.\n\n.. _pip: https://pip.pypa.io\n.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/\n\nFrom sources\n------------\n\nThe sources for Robtex Python can be downloaded from the `Github repo`_.\n\nYou can either clone the public repository:\n\n.. code-block:: console\n\n    $ git clone git://github.com/fhightower/robtex-python\n\nOr download the `tarball`_:\n\n.. code-block:: console\n\n    $ curl  -OL https://github.com/fhightower/robtex-python/tarball/master\n\nOnce you have a copy of the source, you can install it with:\n\n.. code-block:: console\n\n    $ python3 setup.py install\n\n.. _Github repo: https://github.com/fhightower/robtex-python\n.. _tarball: https://github.com/fhightower/robtex-python/tarball/master\n\nUsage\n=====\n\nVia Python\n----------\n\nYou can use Robtex Python in a script as follows:\n\n.. code-block:: python\n\n    import robtex_python\n    response = robtex_python.pdns_forward(\"example.com\")\n\nVia Command Line\n----------------\n\nYou can use Robtex Python as a command-line tool as follows:\n\n.. code-block:: shell\n\n    Usage:\n        robtex_python --ip=\u003cip\u003e\n        robtex_python --as=\u003casn\u003e\n        robtex_python --pdns-forward=\u003chostname\u003e\n        robtex_python --pdns-reverse=\u003cip\u003e\n        robtex_python (-h | --help)\n        robtex_python --version\n\nCredits\n=======\n\nThis package was created with Cookiecutter_ and the `fhightower/python-project-template`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`fhightower/python-project-template`: https://github.com/fhightower/python-project-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Frobtex-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhightower%2Frobtex-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Frobtex-python/lists"}