Skip to content

This Telegram-bot is intended to "render" messages with LᴬTᴇX-like expressions 🎓

License

Notifications You must be signed in to change notification settings

m0t9/mathExpr_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

➕ Math Expression Bot

is intended to parse your mathematical (LaTeX-like) formulas in Telegram messages in a pretty style.

❓ How to use it?

Just type @tomathbot in the beginning of the message and input your formula 😉

How it works

Use /help in personal chat with bot to get full list of supportable symbols and features.

⚙️ How do I run it myself?

Go to releases and download .jar executable file.

Put in environmental variable BOT_TOKEN token of your bot and run the script.

JDK 19 and pengrad/java-telegram-bot-api were used during the development process.