Export snapshots of your Slack workspace data
- Install Rust
- Run
cargo install --branch main --git https://github.com/chriscerie/slackshot
- Create Slack app for your workspace
- Create user token scopes in
Oauth & Permissions
- Required scopes:
admin.usergroups:read
channels:history
channels:read
groups:history
groups:read
im:history
im:read
mpim:history
mpim:read
users:read
- Required scopes:
- Install app to workspace
- Copy user OAuth token
- Run
slackshot
and follow instructions