Skip to content

Latest commit

 

History

History

stickers_wiki_downloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

stickers_wiki_downloader

🪄 Function

Download the whole set of stickers from stickers.wiki.

📖 Usage

usage: swd.py [-h] [--type TYPE] --id ID [--output OUTPUT]

options:
  -h, --help            show this help message and exit
  --type TYPE, -t TYPE  Type of stickers (telegram, whatsapp, etc.), default: telegram
  --id ID, -i ID        ID of the sticker set
  --output OUTPUT, -o OUTPUT
                        Output directory, default: current directory

For example:

python swd.py -i ymypm1

⚠️ Warning

  • This script is for educational purposes only. Do not use it for any commercial purposes.
  • Only tested with Telegram stickers.

🌐 Reference

What I have found useful/enlightening related to the snippet.