wgmueller1 / honeydb-python

HoneyDB Python Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

honeydb-python

Latest Version Build Status

HoneyDB Python Module

Install

pip install honeydb

CLI Usage

$ 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

Module Usage

from honeydb import api
honeydb = api.Client('api_id', 'api_key')
print(honeydb.bad_hosts())

About

HoneyDB Python Module

License:MIT License


Languages

Language:Python 88.4%Language:Makefile 11.6%