Huntflow API library for Python
Project description
Info
Requirements
To use Huntflow API you need to obtain personal token by asking support via email.
This library also requires you to set proper (at least valid) email to let Huntflow staff contact you in case of emergency.
Usage
After you're ready, usage is quite simple:
from huntflow_py.api import APIv1 as Huntflow
huntflow = Huntflow(
token='your-token-here',
email='your-email-here',
)
print(huntflow.me())
For other methods see api.py
.
Right now I'm not sure how to generate available methods list automatically, feel free to contact and let me know.
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 Distribution
huntflow-py-0.1.1.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for huntflow_py-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fa7319ca63d0723625a4355d9cf3148ddd2d33ac127b4bcafe20aa0d6232b68 |
|
MD5 | b6f95f7060cd0e6e4a733d646961dd86 |
|
BLAKE2b-256 | a9d737a4e5f57fe3b5ff125e692627c058a3a402b73306e9f72304a41dd791cc |