Skip to content

Instantly share code, notes, and snippets.

View adamwulf's full-sized avatar

Adam Wulf adamwulf

View GitHub Profile
@adamwulf
adamwulf / slack-files-downloader.sh
Last active October 7, 2023 05:08 — 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 /export 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. Place this file at the root of your Slack export folder, next to channels.json
# 4. Run `bash slack-files-downloader.sh` in your terminal
#