Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0t9/mathexpr_bot

This Telegram-bot is intended to "render" messages with LᴬTᴇX-like expressions 🎓
https://github.com/m0t9/mathexpr_bot

bot java java-telegram-bot-api latex telegram telegram-bot

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# ➕ 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](http://t.me/tomathbot "@tomathbot") in the beginning of the message and input your formula 😉

![How it works](https://user-images.githubusercontent.com/60100612/199959469-bbca0f7c-0912-4865-ad15-6f413f673567.png)

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](https://github.com/m0t9/mathExpr_bot/releases) and download `.jar` executable file.

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

[JDK 19](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html) and [pengrad/java-telegram-bot-api](https://github.com/pengrad/java-telegram-bot-api) were used during the development process.