Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 740 Bytes

File metadata and controls

31 lines (20 loc) · 740 Bytes

Splunkbase download URLs script

Create a list of Splunkbase download URLs from a list of application IDs stored in a file.

Based on this Splunk Community article.

Usage

python3 splunkbase.py "file_containing_app_ids"

and with the test file app_list.txt the ouput of

python3 splunkbase.py app_list.txt

is:

https://splunkbase.splunk.com/app/4353/release/1.7.16/download, https://splunkbase.splunk.com/app/833/release/9.2.0/download

as of Oct 2024.

If you are using Poetry:

poetry install
eval $(poetry env activate)
poetry run python splunkbase.py app_list.txt