This modified version of neutral-face-emoji-tools respects the rate limits imposed by Slack, allowing you to queue hundreds of emoji to upload!
To use this extension, you will need to manually build and add it since the official version does not respect Slack's rate limit.
- Install nvm (Node version manager)
cd
into the local repo and runnvm use
to change your Node version to10.16.0
(as the current version of gulp will not work with higher versions of Node)- Run
npm install
to download dependencies (ignore security warnings) - Run
npm run build
which will produce a/dist
folder containing all of the files to upload in Chrome - Open Chrome and browse to
chrome://extensions/
- Click on
Load unpacked
and select the/dist
folder on your local file system - You are now ready to upload emoji by navigating to
mySlackWorkspaceURL/customize/emoji
, wheremySlackWorkspaceURL
is the URL of your Slack workspace!
Note: Run nvm use system
when you no longer need to keep your version of Node
set to 10.16.0
!