Skip to main content

A Python API wrapper and CLI tool for the HoneyDB.

Project description

Latest Version

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


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

honeydb-1.5.0-py2.py3-none-any.whl (6.3 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