FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rshipp/python-dshield: Pythonic interface to the Internet Storm Center / DShield API. · GitHub

Repository files navigation

DShield

A Pythonic interface to the Internet Storm Center / DShield API.

Installation

pip install dshield

Usage

For the full documentation, see the ReadTheDocs site. If you just want a quick start:

>>> import dshield
>>> dshield.infocon()
{'status': 'green'}
>>> dshield.infocon(dshield.XML)
'<?xml version="1.0" encoding="UTF-8"?>\n<infocon>\n<status>green</status>\n</infocon>'

About

Pythonic interface to the Internet Storm Center / DShield API.

Topics

Resources

Stars

28 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL