Skip to content

Instantly share code, notes, and snippets.

@rdar-lab
rdar-lab / slack-files-downloader.sh
Last active August 10, 2024 15:21 — forked from greird/slack-files-downloader.sh
Download all files from a Slack workspace export folder.
#!/bin/bash
#
# This script will browse a Slack export folder and download all files in a new /files folder
#
# HOW TO:
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export)
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/)
# 3. Make sure you have curl installed
# 4. Place this file at the root of your Slack export folder
# 5. Run `bash slack-files-downloader.sh > download.log` in your terminal