A simple LaTeX \to Text telegram bot

November 26, 2025 ยท View on GitHub

:warning: This bot doesn't collect or track any data from the users. :warning:

demo

Usage

Either go to the chat with the bot or type

@utftexbot \hbar i

Dependencies

Installation

You should have the BOT_TOKEN environment variable defined. It should contain your bot token.

export BOT_TOKEN="YOURTOKENHERE"
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 bot.py