Bruh is a simple IM CLI notification tool.
Typical use-case for this utility:
# some-task-running-for-time ; bruh
When the long running task would end - the bot (in IM, like telegram, ms teams, etc) sends you a message
Config template
---
credentials:
- name: telegram_private
token: AAAAAA
chat_id: 0
type: telegram
exitcode: true
- name: telegram_chat
token: BBBBBB
chat_id: -0
type: telegram
message: "Please notice me, sempai"
- name: MS_TEAMS_PROD
token: CCCCCC
type: msteams
default_cred: telegram_private
default_message: "bruh"
- Github Project
- DockerHub Page
All code in this repository is licensed under the terms of the MIT License. For further information please refer to the LICENSE file.
- Vladimir Budylnikov aka @nett00n
2022, Yerevan