Skip to content

pyperanger/crowdstrike-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages