Skip to content

tdiderich/runZero-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runZero Script HUB

Background

Requirements (Global)

runZero API Docs

Configuration Explained

  • There is a sample environment variables file called .env_sample under the root folder of this project
  • You will clone this file and create one called .env where you actually input all of your secrets (API Keys + Access Key Pairs)
  • Parameters - explanations of what you see in .env_sample
RUNZERO_ORG_TOKEN - used to for management
RUNZERO_EXPORT_TOKEN - used for data export

Getting Started

  • Clone this repository
git clone https://github.com/tdiderich/runZero.git
  • Clone .env_sample to .env under the same directory
cp .env_sample .env
  • Update all of the secrets in the .env needed based on the script you'd like to run (NOTE: you need to rerun pipenv shell anytime you update these values to reload them)

  • Install dependancies

pipenv install -r requirements.txt
  • Enter pipenv
pipenv shell
  • Run scripts
python3 starter/run.py

About

Scripts and things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages