A script to download complete sticker packs from telegram and convert them into png
This is a python script to download the sticker packs from Telegram. This script will download and convert the stickers into PNG images.
NOTE: You need a telegram bot token to make use of the script. You can easily make a bot on the Telegram site.
Webp converter library. (You can download the latest version from here)
Python 3.6 (Haven’t tested for other Python 3 versions.)
Open main.py
and enter the telegram bot token at TOKEN=<yourtoken>
Get the URL of the telegram sticker pack
Run the script - python main.py
Enter the url of the sticker pack
Get the output in the downloads
folder.
This script is under development. If you find any bugs, open a issue. Or better yet, send a PR.
This project is licensed under the terms of the MIT license.