Telegram bot built using Go programming language that allows users to convert LaTeX code into images.
bot_demo.mp4
To test locally
- Clone the repo
git clone git@github.com:taham8875/latex-to-image-bot.git
- Install dependencies
go get -u github.com/go-telegram-bot-api/telegram-bot-api
-
Install MiKTeX and ImageMagick
-
Create a bot using BotFather and get the token, store in in the environment variable
GO_TELEGRAM_APITOKEN
-
Run the bot
go run main.go