Skip to main content

A python wrapper for the Signal Sciences API - https://docs.signalsciences.net/api/

Project description

Latest Version https://travis-ci.org/foospidy/pysigsci.svg?branch=master

pysigsci is a Python wrapper and CLI tool for the Signal Sciences REST API.

Installation

$ pip install pysigsci

CLI usage

$ pysigsci --get requests

To see all options run: $ pysigsci –help

CLI configuration audit tool

$ pysigscia --get-config
$ pysigscia --compare site1 --to site2

To see all options run: $ pysigscia –help

Module usage

from pysigsci import sigsciapi
sigsci = sigsciapi.SigSciApi("myemail", "mypassword")
sigsci.corp = "mycorp"
sigsci.site = "mysite"

params = {"q": "from:-1d tag:XSS"}
print(sigsci.get_requests(parameters=params))

More details and the latest updates can be found on the GitHub Project Page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pysigsci-1.2.7-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page