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

embulk-input-slack_channel_messages

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-input-slack_channel_messages

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Slack Channel Messages input plugin for Embulk

input all messages from slack public channels

Overview

Plugin type: input

Configuration

nametyperequirementdefaultdescription
tokenstring  requiredslack api token
channel_idsarrayrequiredslack public channel ids

using slack apis below

  • auth.test
  • users.list
  • conversations.history
  • conversations.info

We must add an OAuth scopes for using these apis.

Example

in:
  type: slack_channel_messages
  token: <slack api token>
  channel_ids:
    - <public channel id 1>
    - <public channel id 2>

Build

$ rake

FAQs

Package last updated on 14 Feb 2021

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