Skip to content
TheHive Logo thehive4py

the de facto Python API client of TheHive

release build codecov pypi license discord


Documentation: https://thehive-project.github.io/TheHive4py/

Source Code: https://github.com/TheHive-Project/TheHive4py


Introduction

Welcome to thehive4py, the Python library designed to simplify interactions with StrangeBee's TheHive. Whether you're a cybersecurity enthusiast or a developer looking to integrate TheHive into your Python projects, this library has got you covered.

Feel free to explore the library's capabilities and contribute to its development. We appreciate your support in making TheHive integration in Python more accessible and efficient.

Requirements

thehive4py works with all currently supported python versions, at the time of writing py>=3.8. One can check the official version support and end of life status here.

Installation

The thehive4py can be installed with pip like:

pip install "thehive4py>=2.0.0b"

Quickstart

from thehive4py import TheHiveApi

hive = TheHiveApi(url="http://localhost:9000", apikey="h1v3b33")

Licensing

This project is licensed under the terms of the MIT license.