/crowdstrike-client

CrowdStrike API Client Library

Primary LanguagePythonMIT LicenseMIT

crowdstrike-client

CrowdStrike API Client Library (nonofficial)

Install

pip install crowdstrike-client

Usage

from crowdstrikeclient import CrowdStrike

cs = CrowdStrike("ht://endpoint", "client", "secret")
print ("My JWT Token:", cs.GetToken())
print ("My Ccid:", cs.SensorsQueriesInstallersCcid())
cs.Close()