Skip to content

codelibs/fess-ds-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Data Store for Fess Java CI with Maven

Overview

Slack Data Store is an extension for Fess Data Store Crawling.

Download

See Maven Repository.

Installation

See Plugin of Administration guide.

Getting Started

Parameters

Example :

token=xoxp-************-************-************-********************************
channels=general,random
file_crawl=false
include_private=false
Key Value
token OAuth Access Token of SlackApp with permissions.
channels Scope of channels to crawl. (comma-separated or *all)
file_crawl true or false (Crawl files or not.)
include_private true or false (Crawl private channels or not.)

Scripts

Example :

title=message.user + " #" + message.channel
digest=message.text + "\n" + message.attachments
content=message.text
created=message.timestamp
timestamp=message.timestamp
url=message.permalink
Key Value
message.text Text contents of the Message.
message.user User(display name) of the Message.
message.channel Channel name the Message sent.
message.timestamp Timestamp the Message sent.
message.permalink Permalink of the Message.
message.attachments Fallback of attachments of the Message.