Project

slacktail

0.0
No release in over a year
Slacktail is a single-purpose command line utility for following messages sent to your Slack organization chat.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.8.1, < 2.0
~> 1.0
 Project Readme

Slacktail

Gem Version Build Status Maintainability

Slacktail is a single-purpose command line utility for following messages sent to your Slack organization chat.

Demo

Demo

Installation

$ gem install slacktail

Authorization

  1. Obtain an API key from Slack. In your Slack settings, go to Custom Integrations and create a new Bot Application. Then, find the API Token in the bot's configuration page.

  2. Set the SLACK_API_TOKEN environemnt variable to the API Token. This should probably be set in your ~/.bashrc, with export SLACK_API_TOKEN=<your token>

  3. Invite your bot to any channel you want to monitor. Type /invite @<botname> in any channel.

Usage

Follow all channels:

$ slacktail

Follow specific channels:

$ slacktail general development lobby

Full Usage Help:

$ slacktail --help
Show and follow slack messages in real time

Usage:
  slacktail [CHANNELS...]
  slacktail (-h|--help|--version)

Options:
  -h --help
    Show this help

  --version
    Show version number

Parameters:
  CHANNELS
    Channels to follow

Examples:
  slacktail
  slacktail general debug