Convert from Slack exported private Messages for Mattermost
Go to file
Daniel Schubert bf16b1cf47 Update README.md 2019-07-09 07:04:51 +00:00
README.md Update README.md 2019-07-09 07:04:51 +00:00
slack-converter.rb fix 2019-07-08 18:15:49 +02:00

README.md

A Class to convert from Slack exportet direct messages for mattermost.

TODO

Replies are not yet being correctly inserted as replies, but as normal chat messages.

Usage

ruby slack-converter.rb > messages.json

on your mattermost server:

bin/mattermost import bulk --validate messages.json

when there where no errors:

bin/mattermost import bulk --apply messages.json