Readme improved
This commit is contained in:
parent
907e387b3b
commit
00331f6645
@ -2,14 +2,17 @@
|
||||
|
||||
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.
|
||||
|
||||
```bash
|
||||
ruby slackconverter.rb > dms.json
|
||||
ruby slack-converter.rb > messages.json
|
||||
```
|
||||
on your mattermost server:
|
||||
```bash
|
||||
bin/mattermost import bulk --validate dms.json
|
||||
bin/mattermost import bulk --validate messages.json
|
||||
```
|
||||
when there where no errors:
|
||||
```bash
|
||||
bin/mattermost import bulk --apply dms.json
|
||||
bin/mattermost import bulk --apply messages.json
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user