Skip to content

hb9tf/wireslacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wireslacker

WireSlacker is a daemon to read Wires-X logs and update a slack channel with news.

go build src/github.com/hb9tf/wireslacker/wireslacker.go

In order to run, you need two things:

If the Wires-X server you are polling sits in a different timezone than the server which runs wireslacker, you will also have to provide the location as a flag (-location). See https://golang.org/pkg/time/#LoadLocation for more information on how to specify this.

Examples:

  1. Run in dry-run (no slack updates):
./wireslacker -dry -targets="target1,target2" -webhook="https://hooks.slack.com/services/..."
  1. Run with actual slack posts:
./wireslacker -targets="target1,target2" -webhook="https://hooks.slack.com/services/..."

About

daemon to read Wires-X logs and update a slack channel with news

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages