-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
59 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,17 @@ | ||
<p align="center"> | ||
<a href="https://github.com/containrrr/shoutrrr"><img src="https://github.com/containrrr/shoutrrr/raw/gh-pages/shoutrrr.jpg" width="450" /></a> | ||
</p> | ||
<h1 align="center"> | ||
Shoutrrr | ||
</h1> | ||
<p align="center"> | ||
Notification library for gophers and their furry friends. | ||
Heavily inspired by <a href="https://github.com/caronc/apprise">caronc/apprise</a>. | ||
</p> | ||
<p align="center"> | ||
<a href="https://app.codacy.com/app/containrrr/shoutrrr?utm_source=github.com&utm_medium=referral&utm_content=containrrr/shoutrrr&utm_campaign=Badge_Grade_Dashboard"><img | ||
alt="codacy coverage" | ||
src="https://img.shields.io/codacy/coverage/30ce077eecde418ca328f4f7868f70c8.svg?style=flat-square" | ||
/></a> | ||
<a href="https://circleci.com/gh/containrrr/shoutrrr"><img | ||
alt="circleci" | ||
src="https://img.shields.io/circleci/project/github/containrrr/shoutrrr/master.svg?style=flat-square" | ||
/></a> | ||
<a href="https://app.codacy.com/app/containrrr/shoutrrr?utm_source=github.com&utm_medium=referral&utm_content=containrrr/shoutrrr&utm_campaign=Badge_Grade_Dashboard"><img | ||
alt="codacy grade" src="https://img.shields.io/codacy/grade/30ce077eecde418ca328f4f7868f70c8/master.svg?style=flat-square" /></a> | ||
<a href="https://github.com/containrrr/shoutrrr"><img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/containrrr/shoutrrr.svg?style=flat-square" /></a> | ||
<a href="https://github.com/containrrr/shoutrrr/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/github/license/containrrr/shoutrrr.svg?style=flat-square" /></a> | ||
<a href="https://godoc.org/github.com/containrrr/shoutrrr"><img src="https://godoc.org/github.com/containrrr/shoutrrr?status.svg" alt="GoDoc" /></a> | ||
</p> | ||
# Shoutrrr | ||
|
||
|
||
[![shoutrrr logo](https://github.com/containrrr/shoutrrr/raw/gh-pages/shoutrrr.jpg)](https://github.com/containrrr/shoutrrr) | ||
|
||
Notification library for gophers and their furry friends. | ||
Heavily inspired by <a href="https://github.com/caronc/apprise">caronc/apprise</a>. | ||
|
||
[![codacy coverage](https://img.shields.io/codacy/coverage/30ce077eecde418ca328f4f7868f70c8.svg?style=flat-square)](https://app.codacy.com/app/containrrr/shoutrrr?utm_source=github.com&utm_medium=referral&utm_content=containrrr/shoutrrr&utm_campaign=Badge_Grade_Dashboard) | ||
[![codacy grade](https://img.shields.io/codacy/grade/30ce077eecde418ca328f4f7868f70c8/master.svg?style=flat-square)](https://app.codacy.com/app/containrrr/shoutrrr?utm_source=github.com&utm_medium=referral&utm_content=containrrr/shoutrrr&utm_campaign=Badge_Grade_Dashboard) | ||
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/containrrr/shoutrrr.svg?style=flat-square)](https://github.com/containrrr/shoutrrr) | ||
[![license](https://img.shields.io/github/license/containrrr/shoutrrr.svg?style=flat-square)](https://github.com/containrrr/shoutrrr/blob/master/LICENSE) | ||
[![godoc](https://godoc.org/github.com/containrrr/shoutrrr?status.svg)](https://godoc.org/github.com/containrrr/shoutrrr) | ||
|
||
To make it easy and streamlined to consume shoutrrr regardless of the notification service you want to use, | ||
we've implemented a notification service url schema. To send notifications, instantiate the `ShoutrrrClient` using one of | ||
the service urls below. | ||
the service urls from the [overview](/services/overview). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Hangouts Chat | ||
|
||
## URL format | ||
## URL Format | ||
|
||
Your Hangouts Chat Incoming Webhook URL will look like this: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# MatterMost | ||
|
||
## URL format | ||
## URL Format | ||
|
||
## Creating a Webhook in MatterMost | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Teams | ||
|
||
## URL Format | ||
|
||
*teams://__`token-a`__/__`token-b`__/__`token-c`__* | ||
|
||
## Setting up a webhook | ||
|
||
To be able to use the Microsoft Teams notification service, you first need to set up a custom webhook. | ||
Instructions on how to do this can be found in [this guide](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using#setting-up-a-custom-incoming-webhook) | ||
|
||
## Extracting the token | ||
|
||
The token is extracted from your webhook URL: | ||
|
||
``` | ||
https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters