Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 980 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 980 Bytes

slack-dump

Generate an export of Channel, Private Group and / or Direct Message history and export it as a ZIP file compatible with Slack's import tool.

Usage

$ slack-dump -h

NAME:
   slack-dump - export channel, group and direct message history to the Slack export format

USAGE:
   slack-dump [global options] command [command options] [arguments...]

VERSION:
   0.0.2

AUTHOR(S):
   Joe Fitzgerald <[email protected]>
   Sunyong Lim <[email protected]>

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