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
- Host: GitHub
- URL: https://github.com/izebit/slack-notify-app-daemon
- Owner: izebit
- Created: 2017-06-15T14:39:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T07:45:56.000Z (about 7 years ago)
- Last Synced: 2024-08-01T15:36:36.789Z (7 months ago)
- Topics: elasticsearch, python3, slack-bot
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=;
```