Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mszostok/botkube-plugins
- Owner: mszostok
- License: mit
- Created: 2023-01-19T10:13:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T13:22:13.000Z (9 months ago)
- Last Synced: 2024-04-17T14:37:43.824Z (9 months ago)
- Topics: botkube, cli, plugin, slack
- Language: Go
- Homepage: https://docs.szostok.io/botkube-plugins
- Size: 8.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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)