Socket
Socket
Sign inDemoInstall

github.com/ara-ta3/slack-timeline

Package Overview
Dependencies
14
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/ara-ta3/slack-timeline


Version published

Readme

Source

SlackTimeline

Build Status

SlackTimeline sends all messages in public channels to a specific channel. e.g. #timeline.

Config

Please see config.sample.json.

{
    "slackApiToken": "",
    "timelineChannelID": "",
    "blackListChannelIDs": []
}
  • slackApiToken
    • Slack API Token or Hubot API Token
  • timelineChannelID
    • The ID of the channel to post all public channel's messages.
    • Something like C01234567
  • blackListChannelIDs
    • The some ID of the channels from which you don't want to post to the "TimelineChannel".
    • Something like [C00000000, C00000001]
      • If the settings like this, messages from the channel of "C00000000" and "C00000001" never post to the "TimelineChannel".

FAQs

Last updated on 29 May 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc