New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ara-ta3/slack-timeline

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ara-ta3/slack-timeline

  • v0.0.0-20200529084231-ce9b6165c79b
  • Source
  • Go
  • Socket score

Version published
Created
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

Package last updated on 29 May 2020

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