Skip to main content

Send messages to slack from command line

Project description

https://travis-ci.org/juanpabloaj/slacker-cli.svg?branch=master https://coveralls.io/repos/juanpabloaj/slacker-cli/badge.svg?branch=master

Send messages to Slack from command line.

Usage

date | slacker -c slack_channel -t slack_token

The Slack token can be called from an enviroment variable, called SLACK_TOKEN.

You can set SLACK_TOKEN in your ~/.bashrc

# ~/.bashrc
export SLACK_TOKEN="slack_token_string"
date | slacker -c slack_channel

Send message to user:

date | slacker -u user_name

Upload file to channel:

date | slacker -c slack_channel -f image.png

Add sender name and emoji avatar:

date | slacker -n SlackerBot -i :dancer:

Installation

pip install slacker-cli

Tokens

You can either generate test tokens or create a bot user and use its token.

Contributors

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page