Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bk138/slackexportenricher
Quick and dirty script to spice up Slack exports for Mattermost to digest more nicely.
https://github.com/bk138/slackexportenricher
export import mattermost slack
Last synced: 14 days ago
JSON representation
Quick and dirty script to spice up Slack exports for Mattermost to digest more nicely.
- Host: GitHub
- URL: https://github.com/bk138/slackexportenricher
- Owner: bk138
- License: gpl-3.0
- Created: 2018-10-27T15:18:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T15:51:47.000Z (over 6 years ago)
- Last Synced: 2024-11-24T02:10:12.782Z (3 months ago)
- Topics: export, import, mattermost, slack
- Language: Shell
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack export enricher
Quick and dirty script to spice up Slack exports for Mattermost to digest
more nicely.This does two things for Slack->Mattermost export/import:
* Where messages were sent in Slack with files attached, it pastes the
file URLs into the text in order to have MM show file previews, as MM
does not seem to honour Slack's `files` JSON.* For slack-exported http(s) links enclosed in `<>`, it removes the
brackets in order to let MM not only show the URL but fetch previews.