RustyBower / pythreatgrid

A Python wrapper for the ThreatGrid API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%