Skip to content

root27/slacknotifyMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackNotifyMQ

This is cli tool that connects your queue service (rabbitMQ) to your slack. It notifies the channel on slack which you specified when the queue service receives data.

example

Requirements

  1. Slack token
  2. RabbitMQ service

Installation

You can clone this repository and apply the steps below or you can find the binaries in releases section.

Steps

  1. Clone the repository

git clone https://github.com/root27/slacknotifyMQ.git

cd slacknotifyMQ

  1. Install modules

go mod tidy

  1. Build the application

go build

  1. Run the application

./slacknotifyMQ

Homebrew

You can also install the application using homebrew.


brew install root27/tools/slackMQ