Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T06:07:50.000Z (3 months ago)
- Last Synced: 2024-09-27T14:43:21.892Z (3 months 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.![Example usage](../assets/example.png?raw=true)
----------
# 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`