Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

README.rst

File metadata and controls

35 lines (25 loc) · 1.04 KB

Python GreyNoise

https://readthedocs.org/projects/greynoise/badge/?version=latest

This is an abstract python library built on top of the GreyNoise service. It is preferred that users use this library when implementing integrations or plan to use GreyNoise within their code. The library includes a small client to interact with the API.

Quick Start

Install the library:

pip install greynoise or python setup.py install

Save your configuration:

greynoise setup --api-key <your-API-key>

Changelog

11-08-19

  • Change: Updated codes to reflect latest documents
  • Bugfix: Handle cases when code is unknown

05-25-18

  • Complete overhaul of the library