Skip to content

ladifire-opensource/auto-download-facebook-emoji

 
 

Repository files navigation

Auto Download Facebook Emoji

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.

How to use?

  • 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

Example:

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!

About

Auto download Facebook Emoji

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%