Skip to content

Simsso/Telegram-Math2Image-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

Telegram bot that draws math equations from Mathjax input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published