A Python API wrapper and CLI tool for the HoneyDB.
Project description
To learn more about HoneyDB visit About HoneyDB.
To lean more about the HoneyDB API visit HoneyDB REST API.
The honeydb command is a CLI tool for interacting with the HoneyDB API.
Installation
$ pip install honeydb
CLI usage
$ export HONEYDB_API_ID=<your api id>
$ export HONEYDB_API_KEY=<your api key>
$ honeydb --bad-hosts
Module usage
from honeydb import api
honeydb = api.Client('api_id', 'api_key')
print(honeydb.bad_hosts())
More details and the latest updates can be found on the GitHub Project Page.
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
File details
Details for the file honeydb-1.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: honeydb-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ff0b2ad6b39e7f2e19afc592f5cc394b077308ab3ff282845848053db7caae5 |
|
MD5 | 41aeaf74084443c5295b094c7bed3d6c |
|
BLAKE2b-256 | 728099134b541682bb413b0013509f6ffdc7a7b0c03f82fc93b7c213f842e479 |