Skip to main content

DnsDB Python SDK

Project description

https://img.shields.io/travis/dnsdb-team/dnsdb-python-sdk/master.svg https://coveralls.io/repos/github/dnsdb-team/dnsdb-python-sdk/badge.svg?branch=master https://img.shields.io/pypi/v/dnsdb-python-sdk.svg https://img.shields.io/pypi/pyversions/dnsdb-python-sdk.svg https://img.shields.io/pypi/l/dnsdb-python-sdk.svg

dnsdb-python-sdkDNSDB 为开发者提供的python SDK。使用该SDK,您可以方便的将DNSDB的查询服务集成到您的python应用中,您也可以利用它来导出查询结果。查看教程

Install

pip install --upgrade dnsdb-python-sdk

How to use

from dnsdb_sdk.api import APIClient

api_id = "your API ID"
api_key = "your API key"
client = APIClient(api_id, api_key)
result = client.search_dns(domain='github.com')
for record in result:
    print(record)

更多使用方法请 查看教程

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dnsdb_python_sdk-0.1.2b2-py2.py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page