/slack-emoji-transfer

quick script to deduplicate and find missing emojis, as well as steps to transfer

Primary LanguageJavaScript

Transfer Slack Emojis -under construction, do not use

Simple script used in addition to Emojipacks to transfer emojis from one Slack workspace to another

  1. 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.

  2. 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

  3. Be sure to compare the output.yaml with emojipack's guidelines and style as needed.