The GreyNoise Python SDK is an abstract python library built on top of the GreyNoise API.
It is the preferred library for interactions with the GreyNoise API for implementing integrations and/or tools. The library includes a small client to interact with the API.
It also provides a CLI to call GreyNoise API directly from the command line.
Github
Python Docs
Installation
Install the GreyNoise command-line tool
$ pip3 install greynoise --upgrade
$ greynoise setup -k <<ApiKeyHeader>>
Updated about a month ago