Skip to content

RustyBower/pythreatgrid

 
 

Repository files navigation

Build Status

pythreatgrid

A Python wrapper for the ThreatGrid API

Installation

Install via PIP

pip install pythreatgrid

Install from source

git clone https://github.com/RustyBower/pythreatgrid.git
cd pythreatgrid
python setup.py install

Usage

import pythreatgrid
t = pythreatgrid.ThreatGrid(api_key='API_KEY', api_host='API_HOST')
result = t.submit_sample(open('/path/to/executable', 'rb'))

About

A Python wrapper for the ThreatGrid API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%