README
Download Slack Emoji
Given an emoji.json file from Slack's emoji.list API method this module will download all of the emoji images and name of after their names.
Install
$ npm install slack-emoji-download -g
Usage
To take the file emoji.list
and download all the images to an images
folder:
$ slack-emoji-download -d images
To take the file emoji.json
and download all the images to an images
folder:
$ slack-emoji-download -d images -f emoji.json