Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 452 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 452 Bytes

pyfalcon

Crowdstrike Falcon streaming api client in python.

Usage:

You can run the stand-alone pyfalcon.py script which will use the config.json json configuration file to connect to the crowdstrike falcon streaming api. If you choose this method, you'll need to edit the script and modify the processor() function to process the returned data further.

Alternatively you can import it as a module as part of your own separate project.