https://github.com/latexds/latexds
LaTeX renderer in Discord everywhere
https://github.com/latexds/latexds
bot discord docker latex python renderer slash-command user-installable-app
Last synced: 3 months ago
JSON representation
LaTeX renderer in Discord everywhere
- Host: GitHub
- URL: https://github.com/latexds/latexds
- Owner: latexds
- License: bsd-2-clause
- Created: 2024-08-04T10:49:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T06:07:50.000Z (over 1 year ago)
- Last Synced: 2025-01-31T00:25:27.570Z (over 1 year ago)
- Topics: bot, discord, docker, latex, python, renderer, slash-command, user-installable-app
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LaTeXDS
--
This is user-installable Discord application that adds command for rendering LaTeX.

----------
# Install already existing instance
[Click there](https://latexds.pwn3t.ru)
# Run your own instance
Since this bot is open source you can selfhost it. I would say that this way is preferable since I use slow host.
## Without docker
- Set either `LATEXDS_TOKEN` to token of your bot or `LATEXDS_TOKEN_FILE` to path to file with token
- Run `latexds`
## With docker
- Create secret named `latexds-token` with your token
- Download `ghcr.io/latexds/latexds:latest`
- Run `docker stack deploy -c compose.yml latexds`