├── .gitignore ├── LICENSE ├── README.md ├── bot.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- 1 | Procfile 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Sticker-Convertor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Sticker-Convertor/HEAD/README.md -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Sticker-Convertor/HEAD/bot.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyrogram 2 | Pillow 3 | lottie 4 | cairosvg --------------------------------------------------------------------------------