Send messages to slack from pypyr. This is useful for sending notifications on success or failure conditions in your automation pipelines. Or for sending a message just because you can.
You can send slack message notifications via the cli without writing any code.
pypyr is a cli & api to run pipelines defined in yaml.
All documentation for the pypyr slack plugin is here: https://pypyr.io/docs/plugins/slack/
$ pip install --upgrade pypyrslack
pypyrslack depends on the pypyr core. The above pip
will install it
for you if you don't have it already.
Example automation pipeline sending notifications to slack:
steps:
- name: pypyrslack.steps.send
in:
slackToken: supersecurevaluegoeshere
slackChannel: "#channelnamehere"
slackText: "pypyr is busy doing things :construction:"
Don't Panic! Check the pypyrslack technical docs to begin. For help, community & talk, check pypyr twitter, or join the chat at the pypyr community discussion forum!
For information on how to help with pypyr, run tests and coverage, please do check out the pypyr contribution guide.
Well, you know. No one's perfect. Feel free to create an issue.
pypyr is free & open-source software distributed under the Apache 2.0 License.
Please see LICENSE in the root of the repo.
Copyright 2017 the pypyr contributors.