The threatconnect-python project is a part of the ThreatConnect™ SDK. This module implement methods that can be used to push or pull data from the ThreatConnect V2 REST API.
The threatconnect-python project can run under Python 2.6+. Python 2.x requirements:
- Requests 2.7+ module (http://docs.python-requests.org/en/latest/).
- enum34 module (https://pypi.python.org/pypi/enum34).
Python 3.x support coming soon.
API credentials with a ThreatConnect instance is required to run this module. Please see http://www.threatconnect.com/product/threatconnect_API for more information on obtaining API credentials.
cd threatconnect-python
python setup.py install --force
To automatically pull prerequisites.
pip install setup.py --force
https://threatconnect-inc.github.io/tc-exchange/python/start/
For more examples see the examples folder under the project (https://github.com/ThreatConnect-Inc/threatconnect-python/tree/master/examples).
If you have any questions, bugs, or requests please contact [email protected]