slackdump icon indicating copy to clipboard operation
slackdump copied to clipboard

Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.

Results 45 slackdump issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** ``` slackdump -r markdown ``` with images **Describe alternatives you've considered** I can find a tool which convert text to markdown. **Additional context** I believe...

enhancement

**Describe the bug** The command `slackdump -v -list-users -r json` does not include the custom fields in user profiles. For example, a request of the form https://SUBDOMAIN.slack.com/api/search.modules?_x_id=1111111-11111111.551&_x_csid=2222-33333&slack_route=12345678&_x_version_ts=ABCDEFGH&_x_gantry=true&fp=7d returns profile data...

enhancement
API

> The second request is to get only active users (where presence:active in results or the user IDs are in the presence_active_ids list). > It would be super awesome if...

enhancement
EDGE

Since custom emojis are an important aspect of Slack instance culture/comms, perhaps it makes sense for SlackDump to also dump custom emojis (e.g. via a new flag/arg/param to slackdump). https://github.com/jason0x43/alfred-slack/blob/master/emoji.go...

enhancement

This issue exists not to lose visibility of this discussion on mattermost forums: https://forum.mattermost.com/t/import-from-slack-mmetl-finds-no-posts/14073

**Describe the bug** Slack export for JPN contains channel folder names in hankaku, while it should be zenkaku as per [this article](https://phst.hateblo.jp/entry/2022/08/31/210000). The channel names for attachments, however, are in...

**Is your feature request related to a problem? Please describe.** I would like to use this with multiple different Slack URLs without having keep logging in to each different one....

enhancement

There's a repelling amount of command line flags right now, it would make sense to implement the major modes, such as: - export - list - dump (standard) - etc....

enhancement

**Is your feature request related to a problem? Please describe.** Some people organise their information using stars and reactions. Currently there's no way to get only the starred and/or reacted...

enhancement

**Describe the bug** while bugs are encountered, export process terminates **To Reproduce** Steps to reproduce the behavior: 1. Run slackdump like this '...' `slackdump -f -export MyDump @channelList.txt` **Expected behavior**...

API