slack-timeline

command module
v0.0.0-...-ce9b616 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2020 License: MIT Imports: 8 Imported by: 0

README

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".

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL