Simple script used in addition to Emojipacks to transfer emojis from one Slack workspace to another
-
Use Slack's Emoji.list method to retrieve a JSON file of existing emojis for both your old and new workspace. Save these responses (pretty-printed) to old.json and new.json respectively.
-
npm install and run node index.js. This will deduplicate and return the emojis missing from your new workspace as output.json as well as a converted output.yaml format for use with emojipacks
-
Be sure to compare the output.yaml with emojipack's guidelines and style as needed.