https://github.com/vektorlab/multivac
A ChatOps bot for Slack with a integrated job queue and RESTful API
https://github.com/vektorlab/multivac
Last synced: about 1 year ago
JSON representation
A ChatOps bot for Slack with a integrated job queue and RESTful API
- Host: GitHub
- URL: https://github.com/vektorlab/multivac
- Owner: vektorlab
- License: mit
- Archived: true
- Created: 2015-07-11T17:10:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T10:21:49.000Z (about 5 years ago)
- Last Synced: 2025-04-04T12:33:55.522Z (about 1 year ago)
- Language: Python
- Homepage: http://multivac.chat
- Size: 196 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatops - Multivac
- awesome-chatops - Multivac
README
# Multivac
Extensible ChatOps framework with an integrated job queue, RESTful API, and built-in support for Slack.
# Quickstart
To get started quickly using Docker:
- Clone the repo and create a copy of the sample config
```bash
git clone https://github.com/vektorlab/multivac.git
cd multivac
cp -v sample-config.yml config.yml
```
- Update config.yml with a Slack token created under "Bots" in the integration section of Slack
- Update docker-compose.yml with your config path:
```bash
sed -i "s|/path/to|$(pwd)|g" docker-compose.yml
```
- And bring up the container stack:
```bash
docker-compose up
```
That's it! You're ready to start talking to Multivac.
Invite Multivac to your channel and type `@multivac: help` to get available commands. Navigate to [http://localhost:8000](http://localhost:8000) to view the real-time dashboard.
Full docs are available [here](http://multivac.vektor.nyc/)