You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
280 B

  1. # DevOps tools
  2. This folder contains tools that are used for automated testnet deployments.
  3. ## slacknotification.py
  4. A small script that can send Slack messages.
  5. Requirements: slackclient python library
  6. Install slackclient by running as root:
  7. ```
  8. pip install slackclient
  9. ```