A Python wrapper for the ThreatGrid API
Install via PIP
pip install pythreatgrid
Install from source
git clone https://github.com/RustyBower/pythreatgrid.git
cd pythreatgrid
python setup.py install
import pythreatgrid
t = pythreatgrid.ThreatGrid(api_key='API_KEY', api_host='API_HOST')
result = t.submit_sample(open('/path/to/executable', 'rb'))