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 details)
Built Distribution
File details
Details for the file huntflow-py-0.1.1.tar.gz
.
File metadata
- Download URL: huntflow-py-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.6.10 Linux/4.15.0-74-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a9f7fd6cc0d3ad06839b27846fdc54bc2d32342d6bf0730f1f5bd63e8b72de1 |
|
MD5 | 206cfac4d0c268add1dfaf52da8f4a2d |
|
BLAKE2b-256 | 6b131015398a4ec040ae827a5281ae0114da24457afc143ce7475d478ee5b919 |
File details
Details for the file huntflow_py-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: huntflow_py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.6.10 Linux/4.15.0-74-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fa7319ca63d0723625a4355d9cf3148ddd2d33ac127b4bcafe20aa0d6232b68 |
|
MD5 | b6f95f7060cd0e6e4a733d646961dd86 |
|
BLAKE2b-256 | a9d737a4e5f57fe3b5ff125e692627c058a3a402b73306e9f72304a41dd791cc |