Export Font Glyphs to Telegram Animated Sticker Format
- Python 3.x
Install pip denpendcies
| # Get all the public channels you own. | |
| # You need to join a group which linked to channel, and get its chat_id. | |
| # Can not get private channels. | |
| import asyncio | |
| import os | |
| from sys import executable, exit | |
| try: | |
| from pyrogram.errors import ApiIdInvalid, PhoneNumberInvalid |