Bot to export telegram stickers to images. Here is a sample one to play with (Not sure it's running)
Send individual stickers or sticker links (something like https://t.me/addstickers/AniColle
) to prepare a zip of sticker image file.
- Node.js v8.0.0^
- ImageMagick with webp support (Check with
identify -list format | grep -i 'webp'
on *nix systems) - lottieconv
- git clone
- Get a bot token from @BotFather
- Copy
config.js.example
toconfig.js
and edit as your needs npm install && npm start
MIT