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

https://github.com/izebit/slack-notify-app-daemon

daemon for notify slack application
https://github.com/izebit/slack-notify-app-daemon

elasticsearch python3 slack-bot

Last synced: 4 months ago
JSON representation

daemon for notify slack application

Awesome Lists containing this project

README

        

# Slack notify daemon
:rocket:

### What is it for?
It is a daemon for notification slack users about errors, which has contained on elastic search server.

### How can you run this app?
There are only two steps:
- you should have python with version 3 on your computer
- execute below the command:

```bash
python notify-slack-app.py --elastic-search-domain= \
--slack-channel= \
--slack-channel-web-hook-url= \
--slack-bot-token=;
```