We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e37593 commit 1d88941Copy full SHA for 1d88941
examples/import_stix2_file.py
@@ -3,8 +3,8 @@
3
from pycti import OpenCTIApiClient
4
5
# Variables
6
-api_url = "http://localhost:4000"
7
-api_token = "0b23f787-d013-41a8-8078-97bee84cc99d"
+api_url = "https://demo.opencti.io"
+api_token = "2b4f29e3-5ea8-4890-8cf5-a76f61f1e2b2"
8
9
# OpenCTI initialization
10
opencti_api_client = OpenCTIApiClient(api_url, api_token)
requirements.txt
@@ -1,7 +1,6 @@
1
requests==2.23.0
2
PyYAML==5.3.1
setuptools==46.1.3
-pypandoc==1.5
python-dateutil==2.8.1
datefinder==0.7.0
stix2==1.4.0
@@ -10,4 +9,4 @@ pika==1.1.0
stix2-validator==1.1.2
11
black==19.10b0
12
python-magic==0.4.15; sys_platform == 'linux' or sys_platform == 'darwin'
13
-python-magic-bin==0.4.14; sys_platform == 'win32'
+python-magic-bin==0.4.14; sys_platform == 'win32'
0 commit comments