Skip to main content

Huntflow API library for Python

Project description

Info

Build Status

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


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)

Uploaded Source

Built Distribution

huntflow_py-0.1.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded 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