简体   繁体   English

从 Slack 导入图像

[英]Importing images from Slack

Slack exports its data as a ZIP, without images. Slack 将其数据导出为 ZIP,没有图像。 It uses public URLs instead, so on my imported chanels inside Rocket, I see only links to slack instead of the inline images.它改为使用公共 URL,因此在 Rocket 中我导入的通道上,我只看到指向 slack 的链接而不是内联图像。 Is there any way to instruct Rocket to automatically download all those images and embed them in the channels?有什么方法可以指示 Rocket 自动下载所有这些图像并将它们嵌入到频道中? What would be the best way to do that?最好的方法是什么?

Currently, RocketChat cannot automatically download and import the Slack attachments.目前,RocketChat 无法自动下载和导入 Slack 附件。 There are several 3rd party and open source tools to separately download the referenced attachments in the Slack export files.有几个第三方和开源工具可以单独下载 Slack 导出文件中引用的附件。 One example is slack-advanced-exporter .一个例子是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.这仍然不足以将带有附件的 Slack 消息导入 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.额外的转换器将有助于用正确的文件链接替换 Slack JSON 中的 url,并为附件创建正确的文件夹结构。 As far as I know, this additional converter is still missing (at least in the open source landscape).据我所知,这个额外的转换器仍然缺失(至少在开源领域)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以从目录填充通道中的文件? - Is it possible to populate files in a channel from a directory? RocketChat:如何从手机发送短信到Livechat频道 - RocketChat: How to send SMS Messages to Livechat channel from mobile 公开频道对所有非管理员用户可见,并禁止用户创建频道 - Have public channels visible to all non admin users and forbid user from creating channels Rocket.Chat 无法接收来自 Twilio 的 SMS 文本。 (Twilio 的调试器:HTTP 检索失败) - Rocket.Chat can not receive SMS texts from Twilio. (Twilio's Debugger: HTTP retrieval failure) 如何将文件从.NET应用程序上传到Rocket.Chat-Channel? - How to upload files from a .NET-Application to a Rocket.Chat-Channel? 如何从Hubot发送格式化的消息到Rocketchat? - how to send formatted messages to rocketchat from hubot? 显示来自传入 webhook 的数据的问题 | 针叶林 --> Rocketchat - Problem showing data from incoming webhook | Taiga --> Rocketchat 无法从 https://10.20.1.98/config.js?room=n... 加载配置,[TypeError: Network request failed - Failed to load config from https://10.20.1.98/config.js?room=n...', [TypeError: Network request failed 是否可以将数据从旧版本的rocket.chat迁移到运行有快照的新版本? - Is it possible to migrate the data from an old version of rocket.chat to a new version running with snaps? 如何从 RocketChat 服务器获取 VisitorToken - How to obtain VisitorToken from RocketChat server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM