An IRC bot that renders and displays TeX code.
TeXBot can be run in Docker with docker build -t tex . followed by docker run tex. Configure where TeXBot will connect to in the Dockerfile.
TeXBot runs on TeX, not LaTeX. It can only render inside math mode, not in documents. Images are uploaded to https://0x0.st/. To avoid false TeX detections, TeXBot exclusively responds to LaTeX math delimiters (\(...\) for inline math and \[...\] for display mode).

