Metadata-Version: 2.1
Name: opencti-excel-uploader
Version: 1.1.0
Summary: Creates workbench files from excel files for Opencti
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pycti<7.0.0,>=6.0.9
Requires-Dist: pandas<3.0.0,>=2.2.2
Requires-Dist: openpyxl<4.0.0,>=3.1.2
Requires-Dist: python-dotenv<2.0.0,>=1.0.1
Requires-Dist: urllib3<3.0.0,>=2.2.1

## To install the package run

$ pip install opencti-excel-uploader

## To use the package

In your terminal run

$ opencti-excel-uploader /path/to/your/folder

If this is your first time running the package, you will be prompted to enter your OpenCTI URL, API token, Author first and last name, Author email ad Marking Definition.

This information will be saved in a configuration file in your directory.

The package will return workbench files for you to manually validate on opencti's workbench.
