unicodeitbot Converts LaTeX tags to unicode using an inline Telegram bot jointly with unicodeit. To run the bot yourself, you will need: Python (tested with 3.8). The python-telegram-bot module. The unicodeit module. Setup Get a token from BotFather. Activate the Inline mode using the /setinline command with BotFather. Install the requirements (using virtualenv is recommended) using pip install -r requirements.txt Then, you can run the bot using python bot.py -t BOT_TOKEN.