Skip to content

opendevsecops/go-post2slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Codacy Badge Follow on Twitter

go-post2slack

Simple utility to post messages to slack.

Rationale

Although this task can be done with cURL, this command is meant to save you some troubles with the API and future-proof it.

Getting Started

To install post2slack simply do:

$ go get github.com/opendevsecops/go-post2slack

Once the command is installed in your home go/bin folder execute it like this:

$ ~/go/bin/go-post2slack --help

To send message to slack simply do:

$ ~/go/bin/go-post2slack --url "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX" --text "Your text message!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages