slack-emoji-download
v1.2.1
Published
Given an emoji.json file from Slack's [emoji.list](https://api.slack.com/methods/emoji.list) API method this module will download all of the emoji images and name of after their names.
Downloads
20
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 -gUsage
To take the file emoji.list and download all the images to an images folder:
$ slack-emoji-download -d imagesTo take the file emoji.json and download all the images to an images folder:
$ slack-emoji-download -d images -f emoji.json