Skip to content

CLI tool to download packages from Splunkbase in a script

License

Notifications You must be signed in to change notification settings

zugf/splunkbase-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splunkbase Download Utility

This utility provides a convenient method for Splunk administrators to download Splunkbase apps via the command line using a Python3 script.

It's inspired by https://github.com/tfrederick74656/splunkbase-download which unfortunately isn't working anymore with sid and SSOID authentication as Splunk changed the authentication method.

Installation

Simply download the script and make it executable:

wget https://raw.githubusercontent.com/marcusschiesser/splunkbase-download/main/download-splunkbase.py
chmod +x ./download-splunkbase.py

Call then ./download-splunkbase.py to get help how to use the script.

If needed, install the requirements:

pip install $(curl -s https://raw.githubusercontent.com/marcusschiesser/splunkbase-download/main/requirements.txt)

Disclaimer

This utility uses a service provided by Splunk. Please read the following prior to use:

  • Splunk® is a trademark or registered trademark of Splunk Inc. in the United States and other countries.
  • Use of the Splunk website is subject to the Splunk Website Terms and Conditions of Use.
  • Apps from Splunkbase are individually licensed and subject to the terms and conditions of their respective licenses.
  • The author of this tool takes no responsibility for your use of Splunk products and services.

By using this utility, you acknowledge that you have read and understand all of the above statements and agree to abide and be bound by them.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

CLI tool to download packages from Splunkbase in a script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%