igniteflow / slackit

Pipe anything to your private Slack channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slackit

Pipe STDOUT and STDERR from other commands to Slack

Installation

  pip install slackit
  slackit --init  # creates the settings file

Usage

Pipe both STDOUT and STDERR to Slack:

  echo "hai" |& slackit

Pipe STDOUT to Slack:

  echo "hai" | slackit

About

Pipe anything to your private Slack channel

License:MIT License


Languages

Language:Python 100.0%