A python wrapper for the Signal Sciences API - https://docs.signalsciences.net/api/
Project description
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
Release history Release notifications | RSS feed
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
Close
Hashes for pysigsci-1.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb5064d54cc222be2385f533ba4e835f98d8ba69f66d15586eb1cf15edca2948 |
|
MD5 | 39f6ae625f32e93b7435d74bcfc7bb47 |
|
BLAKE2b-256 | a4634d718f70847854e3ab97f163aaebf5e3c613c9aaf18ba67b0321ff9f229c |