/latex-to-image-bot

Telegram bot built using Go programming language that allows users to convert LaTeX code into images.

Primary LanguageGo

$\LaTeX$ to Image Bot

Telegram bot built using Go programming language that allows users to convert LaTeX code into images.

Logo

Built With

Demo

bot_demo.mp4

Installation

To test locally

  1. Clone the repo
git clone git@github.com:taham8875/latex-to-image-bot.git
  1. Install dependencies
go get -u github.com/go-telegram-bot-api/telegram-bot-api
  1. Install MiKTeX and ImageMagick

  2. Create a bot using BotFather and get the token, store in in the environment variable GO_TELEGRAM_APITOKEN

  3. Run the bot

go run main.go