Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 78b31fb

Browse files
committed
Add client-usage
1 parent 23c3cb8 commit 78b31fb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Getting Started
2+
===============
3+
4+
Installation
5+
************
6+
7+
Please install the latest pycti version available from PyPI::
8+
9+
$ pip3 install pycti
10+
11+
Initialization
12+
**************
13+
14+
The main class contains all what you need to interact with the platform,
15+
you just have to initialize it::
16+
17+
# coding: utf-8
18+
from pycti import OpenCTIApiClient
19+
20+
# OpenCTI initialization
21+
opencti_api_client = OpenCTIApiClient(api_url, api_token, log_level, ssl_verify)

0 commit comments

Comments
 (0)