DnsDB Python SDK
Project description
dnsdb-python-sdk 是 DNSDB 为开发者提供的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)
更多使用方法请 查看教程
Links
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dnsdb_python_sdk-0.1.2b1-py2.py3-none-any.whl.
File metadata
- Download URL: dnsdb_python_sdk-0.1.2b1-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42e02af422009bc4386836eb7929957a5afeb22a3bd0b66ea0ddb632ce3864f4
|
|
| MD5 |
70c332e9b0bfae8487a22f8eb39d75c3
|
|
| BLAKE2b-256 |
faad6db04ea11d53d2bcba246871da137cd3daad2b1fcf4f3491f0b9b0cb73c6
|