https://github.com/joefitzgerald/slack-dump
Export History For Private Groups From Slack
https://github.com/joefitzgerald/slack-dump
Last synced: about 1 year ago
JSON representation
Export History For Private Groups From Slack
- Host: GitHub
- URL: https://github.com/joefitzgerald/slack-dump
- Owner: joefitzgerald
- License: apache-2.0
- Created: 2015-05-06T14:15:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T13:54:11.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T17:04:07.794Z (about 1 year ago)
- Language: Go
- Size: 181 KB
- Stars: 63
- Watchers: 8
- Forks: 62
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-dump
Generate an export of Channel and / or Private Group history and export it as a ZIP file compatible with Slack's import tool.
## Usage
```
$ slack-dump -h
NAME:
slack-dump - export channel and group history to the Slack export format
USAGE:
slack-dump [global options] command [command options] [arguments...]
VERSION:
0.0.1
AUTHOR(S):
Joe Fitzgerald
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--token, -t a Slack API token: (see: https://api.slack.com/web) [$SLACK_API_TOKEN]
--help, -h show help
--version, -v print the version
```
### Export All Channels And Private Groups
```
$ slack-dump -t=YOURSLACKAPITOKENISHERE
```
### Export Specific Channels And Private Groups
```
$ slack-dump -t=YOURSLACKAPITOKENISHERE channel-name-here privategroup-name-here another-privategroup-name-here
```