Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`