/TeXMathBot

A Discord bot that renders LaTeX math expressions to PNGs

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

TexMathBot

A Discord bot that renders LaTeX math expressions to PNGs.

Settings

Settings are set via the following environment variables.

  • DISCORD_TOKEN is the login token for the bot user, and is required.
  • COMMAND_PREFIX is the prefix for the commands, defaults to %.
  • PNGIFIER_URL is a URL pointing to an instance of pngifier, defaults to http://pngifier:8080/ (ie. assumes that pngifier has been linked into the docker container as pngifier).