You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
slack-converter.rb | 3 years ago |
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