Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slacktail

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slacktail

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 29 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc