Skip to content

segment-boneyard/nsq_to_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

nsq_to_slack

Listens on the given channel and sends messages to slack.

Example

nsq_to_slack --topic messages --webhook-url <url> &
nsqlookupd &
nsqd --lookupd-tcp-address=:4160 &
echo '{
"channel": "#testing-slack-api",
"username": "webhookbot",
"text": "This is posted to #testing-slack-api and comes from a bot named webhookbot.",
"icon_emoji": ":ghost:"
}' | json_to_nsq --topic messages

Releases

No releases published

Packages

No packages published

Languages