hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
908 stars 192 forks source link

enhance as to force download image files (thumbs too) #126

Open mario6097 opened 4 years ago

mario6097 commented 4 years ago

It would nice to enhance slack-export-viewer with an option to download image files (and their thumbs too). So, image links within final .html could be to local copies (instead that to slack.com/files).

adriencarbonne commented 3 years ago

Hello, If you are on Windows and okay with some Powershell magic, you can use https://github.com/jwts-dev/slack-history to download image files and thumbnails locally. It also updates Slack's exported JSON files so that slack2html output uses locally hosted files.