A collection of scripts that I've used to solve or complete various problems/tasks
.
├── README.md
└── devops_toolbox
├── __init__.py
├── common
│ ├── __init__.py
│ └── slack.py # Slack classes, useful for implementing ChatOps into scripts.
└── tests
├── __init__.py
└── test_slack.py