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

embulk-input-slack-history

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-history

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

embulk-input-slack-history

This Embulk input plugin for Slack chat history.

Installation

	$ java -jar embulk.jar gem install embulk-input-slack-history

Configuration

  • token Slack API token 'Generate from https://api.slack.com/' (string, required)
  • continuous last time read continuation (string, default: false)
  • filepath continuous information file save path (string, default: /tmp)

Example

in:
  type: slack_history
  token: slackapitoken
  continuous: true # optional
  filepath: /tmp # optional
out:
  type: stdout

TODO

  • attachment file download
  • do not update *.oldest file at preview time
  • error handling and resume
  • multi thread execute Slack API if needed

FAQs

Package last updated on 02 Mar 2015

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