Skip to content

Simple tool to dispatch Discord message through webhooks

License

Notifications You must be signed in to change notification settings

oxodao/simple-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notifier

A simple CLI tool to send notification through webhooks

As of today, only Discord is implemented as that's what I'm using

Configuration

The config file goes into /etc/simple_notifier.yaml

locations:
    main_bot:
        type: discord
        bot_name: Backup bot
        webhook: WEBHOOK URL

Usage

$ sn -l LOCATION_NAME -m "My message to be sent"

Made to be used alongside autorestic, but it will probably fit any other workflow, idc do what you want with it.

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Copyright (C) 2004 Sam Hocevar sam@hocevar.net

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

    DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.

About

Simple tool to dispatch Discord message through webhooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages