labynocle / slack_emoji_downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 82.6%Language:Makefile 17.4%