rusq / slackdump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is possible to dump Emojis with information about who created?

ericsouza opened this issue · comments

Hi, my workspace é shared across others workspaces from the same org. Is it possible to download emoji with information about who created the emoji so I can match against the users export to get only emojis in my workspace?

commented

Hey @ericsouza , when you running an emoji export, the index.json file contains the output of the API endpoint, and it does not have the user information.

However, I quickly checked what kind of request the Slack Client sends, and it appears to be using the undocumented api/emoji.adminList, I'll see into this, no ETA, but can review the PR if submitted tho.