/Telegram-Math2Image-Bot

Telegram bot that draws math equations from Mathjax input

Primary LanguageJavaScriptMIT LicenseMIT

Telegram Math Drawing Bot

The Telegram bot @math2img_bot converts mathematical expressions into the corresponding images. For example, the bot would respond to the message

{ \partial^2 u \over \partial t^2 } = c^2 \nabla^2 u

with this image:

bot-response

Run

Clones the repository and runs the server in the background. Replace <token> with a valid Telegram bot token.

git clone https://github.com/Simsso/Telegram-Math2Image-Bot telegram-math2image-bot
cd telegram-math2image-bot
npm install
BOT_TOKEN=<token> nohup node main.js > log.txt &