HoneyDB Python Module
pip install honeydb
$ export HONEYDB_API_ID=<your api id>
$ export HONEYDB_API_KEY=<your api key>
$ honeydb --bad-hosts
Display help message for more CLI options:
honeydb --help
from honeydb import api
honeydb = api.Client('api_id', 'api_key')
print(honeydb.bad_hosts())