This is small tool to help you download all emoji from Facebook. For more detail, check this link to see how Facebook hashed the emoji urls. Use translation features of Facebook if you don't familiar with Vietnamese.
- Fork this project
- Clone project to you local disk
- Run
npm install
to install some requirement packages - Run
node index.js
[SIZE] [SAVED_TO_FOLDER]
Where:
- [SIZE]: one of supported sizes by Facebook: [16, 18, 20, 24, 28, 32, 56, 72, 96, 112, 128]
- [SAVED_TO_FOLDER]: URL to you dowload root folder
node index.js 16 ./download
Will download all emoji size 16x16 to folder ./download/16
node index.js 128 ./download
Will download all emoji size 128x128 to folder ./download/128
Note: There's a space between
[SIZE]
and[SAVED_TO_FOLDER]
Enjoy!