Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

VVX7/opyrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opyrator

opyrator is a REST API client library for the Prelude Operator.

Getting started

from opyrator.api import API

client = API(url="http://localhost:8888",
             key="operator_session_key_here",
             ssl=False)

adversaries = client.get_adversaries()

Swagger

See the Operator Swagger docs for more info.

http://localhost:8888/docs/

Notes

Thanks to PyMISP library. I copied some of their code in the base class :)

About

opyrator is a REST API client library for Prelude Operator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages