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.
$ pip install honeydb
$ export HONEYDB_API_ID=<your api id>
$ export HONEYDB_API_KEY=<your api key>
$ honeydb --bad-hosts
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.