Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 930 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 930 Bytes

slackemojiii

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

Install

1. Clone the project

git clone git@github.com:duannx/slackemojiii.git

2. Install dependences

cd slackemojiii
npm install

3. Config

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.

4. Run

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.