Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mszostok/botkube-plugins

🔌 Botkube plugins
https://github.com/mszostok/botkube-plugins

botkube cli plugin slack

Last synced: about 1 month ago
JSON representation

🔌 Botkube plugins

Awesome Lists containing this project

README

        

# Botkube Plugins

### `X` executor plugin

The `x` executor plugin allows you to install and run CLIs directly from a chat window (e.g. Slack, Discord) without any hassle. Interactivity in the form of buttons and dropdowns is also supported. It's crucial as you can easily run all your favourite tools against Kubernetes directly from your phone too.

![x-demo](./docs/assets/demo-x.gif)

### `gh-comments` source plugin

The `gh-comments` source plugin showcases how to trigger Botkube executors from GitHub comment.

![gh-demo](./docs/assets/demo-gh-comments-slack.gif)

### `incoming-http` source plugin

The `incoming-http` source plugin showcases how you can send the Botkube command over HTTP instead of sending it from a communication platform.

![incoming-http](./docs/assets/demo-incoming-http-slack.gif)