Skip to content

Tiny go script to download all custom emoji of a given Slack space

Notifications You must be signed in to change notification settings

labynocle/slack_emoji_downloader

Repository files navigation

slack_emoji_downloader

example workflow

Tiny go script to download all custom emoji of a given Slack space

It's just an excuse to discover how Golang is working ^^

Usage:

# Please note the slack token should have the emoji:read scope
export SLACK_TOKEN=xoxb-XXXX-XXXX-XXXX
export SLACK_URL=https://YOUR-NAME.slack.com

# Launch download
make run

# Launch the tests
make test

# Display help
make

All emojis will be found in /tmp/emojis directory

ToDo:

About

Tiny go script to download all custom emoji of a given Slack space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published