Skip to content

pypyr slack plugin. send slack messages from cli without writing code. slack notifications from automation pipelines.

License

Notifications You must be signed in to change notification settings

pypyr/pypyr-slack

Repository files navigation

pypyr slack plug-in

pypyr task runner for automation pipelines

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/

build status coverage status pypi version apache 2.0 license

installation

$ 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.

usage

Example automation pipeline sending notifications to slack:

steps:
  - name: pypyrslack.steps.send
    in:
      slackToken: supersecurevaluegoeshere
      slackChannel: "#channelnamehere"
      slackText: "pypyr is busy doing things :construction:"

Help!

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!

contribute

developers

For information on how to help with pypyr, run tests and coverage, please do check out the pypyr contribution guide.

bugs

Well, you know. No one's perfect. Feel free to create an issue.

License

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.