DEV Community

Cover image for A simple Mattermost notifier written in Go
Davide Madrisan
Davide Madrisan

Posted on

A simple Mattermost notifier written in Go

I’m very proud to announce the immediate release of go-mattermost-notify version 1.0.0, a simple Mattermost notifier written in Go.

You can post text or markdown-formatted messages to a Mattermost channel (via its ID) or send direct messages to a user.

This program makes use of the Go libraries http and url for interacting with a Mattermost server (via its REST API v4 interface) and Cobra coupled with Viper to implement the CLI interface.

Project code available at GitHub.

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay