You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils. This client is also used by some OpenCTI components.
10
+
The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils.
11
+
This client is also used by some OpenCTI components.
10
12
11
-
## Python client
13
+
## Install
12
14
13
-
To install the Python client library, please use `pip`:
15
+
To install the latest Python client library, please use `pip`:
14
16
15
17
```bash
16
18
$ pip3 install pycti
@@ -20,11 +22,11 @@ $ pip3 install pycti
20
22
21
23
### Client usage
22
24
23
-
To learn about how to use the OpenCTI Python client and read some examples and cases, refer to [the client documentation](https://www.notion.so/luatix/Python-8adaac485c88475a8f465f99a73892b3).
25
+
To learn about how to use the OpenCTI Python client and read some examples and cases, refer to [the client documentation](https://opencti-client-for-python.readthedocs.io/en/latest/client_usage/getting_started.html).
24
26
25
27
### API reference
26
28
27
-
To learn about the methods available for executing queries and retrieving their answers, refer to [the client API Reference](https://www.notion.so/luatix/Client-API-Reference-efeeb6deed74452fbf4d328017959d62).
29
+
To learn about the methods available for executing queries and retrieving their answers, refer to [the client API Reference](https://opencti-client-for-python.readthedocs.io/en/latest/modules/modules.html).
0 commit comments