This project is about implementing the Shadowserver API, foremost the reports API, in Python.
Supported and tested Python version: 3.11
Should work on Python version >= 3.8
Note: To use this library you must have a valid API key in order to access the API services of Te Shadowserver Foundation.
pip install shadowserver-api
The file api.py
should never be edited directly; instead it can be generated from async_api.py
with
unasyncd