Skip to content

5mdt/bruh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

bruh

Bruh is a simple IM CLI notification tool.

When i need it

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.yml

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"

Links

License

All code in this repository is licensed under the terms of the MIT License. For further information please refer to the LICENSE file.

Authors


2022, Yerevan

About

A simple IM notification tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published