Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎓
- Host: GitHub
- URL: https://github.com/m0t9/mathexpr_bot
- Owner: m0t9
- License: mit
- Created: 2022-10-25T10:52:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T08:08:21.000Z (over 1 year ago)
- Last Synced: 2023-07-27T09:23:35.617Z (over 1 year ago)
- Topics: bot, java, java-telegram-bot-api, latex, telegram, telegram-bot
- Language: Java
- Homepage: https://t.me/tomathbot
- Size: 51.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.