Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 669 Bytes

File metadata and controls

34 lines (23 loc) · 669 Bytes

A simple LaTeX \to Text telegram bot

⚠️ This bot doesn't collect or track any data from the users. ⚠️

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