Python SDK Information

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
See the source code, submit issues, and provide feedback directly on our GitHub repo

PyGreyNoise GitHub Repo

Python Docs
View our Python SDK documentation for examples, configuration, and usage information.

Installation

Install the GreyNoise command-line tool

$ pip3 install greynoise --upgrade
$ greynoise setup -k <<ApiKeyHeader>>

Changelog