Skip to content

csirtgadgets/csirtgsdk-py-v2

Repository files navigation

Getting Started

CommandLine

$ pip install csirtgsdk~=2.0a6
$ csirtg 1.1.1.1

Python SDK

from pprint import pprint
from csirtgsdk import search, risk

for i in search('1.1.1.1'):
    pprint(i)
    
    
i = risk('1.1.1.1')
pprint(i)

Getting Involved

There are many ways to get involved with the project. If you have a new and exciting feature, or even a simple bugfix, simply fork the repo, create some simple test cases, generate a pull-request and give yourself credit!

If you've never worked on a GitHub project, this is a good piece for getting started.

COPYRIGHT AND LICENSE

Copyright (C) 2021 the CSIRT Gadgets

Free use of this software is granted under the terms of the Mozilla Public License (MPLv2).