Skip to content

some software bots to send notifications and alerts

License

Notifications You must be signed in to change notification settings

teal-finance/notifier

Repository files navigation

notifier

workflow Go Report Go Version Go Reference

A golang package to send notification on some apps.

Usage

Mattermost

To set up a webhook, check the mattermost documentation

url := "https://framateam.org/hooks/your-mattermost-hook-url"
n := mattermost.NewNotifier(url)
n.Notify("Hello, world!")