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)