File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Website] ( https://img.shields.io/badge/website-opencti.io-blue.svg )] ( https://www.opencti.io )
4
4
[ ![ CircleCI] ( https://circleci.com/gh/OpenCTI-Platform/client-python.svg?style=shield )] ( https://circleci.com/gh/OpenCTI-Platform/client-python/tree/master )
5
+ [ ![ readthedocs] ( https://readthedocs.org/projects/opencti-client-for-python/badge/?style=flat )] ( https://opencti-client-for-python.readthedocs.io/en/latest/ )
5
6
[ ![ GitHub release] ( https://img.shields.io/github/release/OpenCTI-Platform/client-python.svg )] ( https://github.com/OpenCTI-Platform/client-python/releases/latest )
6
7
[ ![ Number of PyPI downloads] ( https://img.shields.io/pypi/dm/pycti.svg )] ( https://pypi.python.org/pypi/pycti/ )
7
8
[ ![ Slack Status] ( https://slack.luatix.org/badge.svg )] ( https://slack.luatix.org )
8
- [ ![ readthedocs] ( https://readthedocs.org/projects/opencti-client-for-python/badge/?style=flat )] ( https://opencti-client-for-python.readthedocs.io/en/latest/ )
9
9
10
10
The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils.
11
11
This client is also used by some OpenCTI components.
Original file line number Diff line number Diff line change 24
24
25
25
while data ["pagination" ]["hasNextPage" ]:
26
26
after = data ["pagination" ]["endCursor" ]
27
- print ("Listing reports after " + after )
27
+ print ("Listing indicators after " + after )
28
28
data = opencti_api_client .indicator .list (
29
29
first = 50 , after = after , customAttributes = custom_attributes , withPagination = True
30
30
)
You can’t perform that action at this time.
0 commit comments