Skip to content

Post messages to a slack channel using a slack API token

Notifications You must be signed in to change notification settings

dpritchett/slack-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack-post

Post messages from ARGV or STDIN to a slack channel

Usage

Set two environment variables first:

export SLACK_POSTER_API_TOKEN=redacted
export SLACK_POSTER_DESTINATION="#bot-tests"
  • Post from STDIN: echo hi mom | slack-post
  • Post from ARGV: slack-post hi mom

About

Post messages to a slack channel using a slack API token

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published