简体   繁体   中英

Importing images from Slack

Slack exports its data as a ZIP, without images. It uses public URLs instead, so on my imported chanels inside Rocket, I see only links to slack instead of the inline images. Is there any way to instruct Rocket to automatically download all those images and embed them in the channels? What would be the best way to do that?

Currently, RocketChat cannot automatically download and import the Slack attachments. There are several 3rd party and open source tools to separately download the referenced attachments in the Slack export files. One example is slack-advanced-exporter .

Then, you have all the attachments in a separate folder. This is still not enough to import the Slack messages with the attachments into RocketChat. An additional converter would be helpful to replace the urls in the Slack JSONs with the correct file links and create the correct folder structure for the attachments. As far as I know, this additional converter is still missing (at least in the open source landscape).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM