Skip to content

tacyarg/slackmojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slackmojis Downloader

A lazy way to sequentially parse & download every emoji from https://slackmojis.com/

Run

npm i
npm start

.env

# number of images to download concurrently
CONCURRENCY=5

# Starting page index
PAGE_INDEX=0