Tool for automating upload emoji to Slack.
If you are consider where to download emojis, you can visit https://slackmojis.com/ and use this tool to download https://github.com/ethanfann/slackmojis-downloader
git clone [email protected]:duannx/slackemojiii.git
cd slackemojiii
npm install
Open .env
file in your favorite code editor and fill your information.
The config includes your work space name, your user name and password of Slack, and the directory where to keep all the emojis.
npm run dev
or specific the directory path
npm --directory="path-to-emoji-directory" run dev
The program will open a chrome browser window and start uploading emojis. Your work now is waiting it complete
Note that: Your directory should only contain image files and no sub categories.