DownloadAndArchivePythonLibrary

The script downloads a Python library using PIP, archives it, and returns the file to the war room.

python · Common Scripts

Details

IDDownloadAndArchivePythonLibrary
Languagepython
From Version6.10.0
Docker Imagedemisto/py3-tools:1.0.0.11597437
TagsUtility file

README

The script downloads a Python library using PIP, archives it and return in to the war room.

Script Data


Name Description
Script Type python3
Tags Utility, file
Cortex XSOAR Version 6.10.0

Inputs


Argument Name Description
library_name The Python library you wish to download and archive.

Outputs


There are no outputs for this script.

commonfields:
  id: DownloadAndArchivePythonLibrary
  version: -1
name: DownloadAndArchivePythonLibrary
script: ''
type: python
tags:
- Utility
- file
comment: The script downloads a Python library using PIP, archives it, and returns the file to the war room.
enabled: true
args:
- name: library_name
  required: true
  description: The Python library you wish to download and archive.
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/py3-tools:1.0.0.11597437
runas: DBotWeakRole
fromversion: 6.10.0
tests:
- No tests (auto formatted)