Skip to content

Linux bash script for sending message to slack via the incoming webhooks app

License

Notifications You must be signed in to change notification settings

patmandenver/slack-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Webook utility, with build script.

Create a debian package

  • Edit the build.sh script
    • Replace SLACK_URL_HOOK="UPDATE-ME"
    • With your own webhook url ex. SLACK_URL_HOOK="https://hooks.slack.com/services/T0437LKLE/B07C8KSS3/XXXXXXXXXX"
  • Build
    • sudo ./build.sh
  • Install
    • sudo dpkg -i slack-webhooks_0.8-amd64.deb
  • Test
    • slack-webhook -r "my_room" -m "test me"

About

Linux bash script for sending message to slack via the incoming webhooks app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages