File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Website] ( https://img.shields.io/badge/website-opencti.io-blue.svg )] ( https://www.opencti.io )
44[ ![ 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/ )
56[ ![ GitHub release] ( https://img.shields.io/github/release/OpenCTI-Platform/client-python.svg )] ( https://github.com/OpenCTI-Platform/client-python/releases/latest )
67[ ![ Number of PyPI downloads] ( https://img.shields.io/pypi/dm/pycti.svg )] ( https://pypi.python.org/pypi/pycti/ )
78[ ![ 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/ )
99
1010The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils.
1111This client is also used by some OpenCTI components.
Original file line number Diff line number Diff line change 2424
2525while data ["pagination" ]["hasNextPage" ]:
2626 after = data ["pagination" ]["endCursor" ]
27- print ("Listing reports after " + after )
27+ print ("Listing indicators after " + after )
2828 data = opencti_api_client .indicator .list (
2929 first = 50 , after = after , customAttributes = custom_attributes , withPagination = True
3030 )
You can’t perform that action at this time.
0 commit comments