Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

executable file
·
17 lines (14 loc) · 348 Bytes

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()