You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

546 B

Messenger

About

The project's goal is build a generic messenger that notifies through multiple channels

Usage

usage: messenger [-h|--help] [--webhook] [--url "<value>"]

                 Generic messenger that notifies through multiple channels

Arguments:

  -h  --help     Print help information
      --webhook  Use this flag to enable webhook sending
      --url      URL to be used for webhook

Build

Use the following command to build the application:

go build git.samuelpua.com/telboon/messenger/cmd/messenger