- Create Slack App at https://api.slack.com/apps.
- Add
emoji:read
to App Permission Scope. - Set environment variable
$SLACK_API_TOKEN
. - Simply run
build/slack-emoji-export_{YOUR_ARCHITECTURE}
and emojis will be generated atemoji
directory.
- Install
golang/dep
andmitchellh/gox
. $ dep ensure
.$ go run main.go
.- To rebuild binaries, run
$ make x-build
.