Skip to content

luuhai48/zalo-sticker-sprite-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Requirements

  • Have nodejs installed
  • Have npm or yarn installed

Install

yarn
# or
npm install

Get sticker pack id

  • Go to website https://stickers.zaloapp.com and find the pack that you want to download.

  • Click on the pack, and click Chi tiết to view the detail.

  • Copy id of the pack from URL:

    • Example: if the URL if https://stickers.zaloapp.com/oa/detail?cid=00c28006bc43551d0c52, id of the pack would be 00c28006bc43551d0c52
  • Put the id in the download.js file:

    const stickerPackId = "00c28006bc43551d0c52";
  • You can also edit the value of image compression after download. Default is 70.

    const compressImageQualiry = 70;
  • Start downloading by node download.js

  • You should see new folder created downloads/Name of the pack

About

Simple way to download sticker pack from zalo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published