Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User export: Allow -download flag to also fetch avatars #268

Open
Billiam opened this issue Jan 17, 2024 · 1 comment
Open

User export: Allow -download flag to also fetch avatars #268

Billiam opened this issue Jan 17, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Billiam
Copy link

Billiam commented Jan 17, 2024

Is your feature request related to a problem? Please describe.

Currently, users returned from -list-users have either gravatar, or avatars.slack-edge.com URLs for their profile avatar attributes (image_original, image_512, etc).

This makes it harder to make sure that the slack data dump is complete, since it will still rely on slack-hosted avatar images.

Describe the solution you'd like

Like other commands, it would be useful to have a -download flag to also download the avatar images locally, and return that local path information in the JSON, or use predictable naming (ex: <user_id>.png)

Describe alternatives you've considered

For my use case, I can also iterate through the images in the JSON and download them locally, but I think it would complement slackdump's other features to have this built in.

@rusq
Copy link
Owner

rusq commented Jan 18, 2024

Hey @Billiam , that's a good suggestion, thank you. I'll add it to v3.

@rusq rusq added this to the v3.1 milestone Jan 18, 2024
@rusq rusq added the enhancement New feature or request label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants