Metadata-Version: 2.4
Name: shirker
Version: 1.0.1
Summary: run command and send stdout+stderr to slack
Home-page: http://github.com/drorspei/shirker
Author: Dror Speiser
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fsspec
Requires-Dist: urllib3
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# slacker
run command and send stdout+stderr to slack


examples:

```
shirker s3://mybucket/my-slack-token CHANNELID -- echo "hello, world"
```

this will send in the slack channel that 'echo "hello, world"' is about to be run, and then the stdout, i.e. "hello, world", will be sent in a reply. stderr is also sent when present.

Shirker makes it easy to take existing apps/pipelines/whatever and add very light slack monitoring to them.
