Add README.md

This commit is contained in:
neko 2025-01-27 11:04:47 +05:00
parent 22f6876688
commit b16691895f
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# TG2PDF
This telegram bot converts any libreoffice-supported document into a pdf file.
It uses [pyrogram](https://docs.pyrogram.org/), [libreoffice](https://libreoffice.org) and optionally [unoserver](https://github.com/unoconv/unoserver).
The unoserver dependency is entirely optional - however it improves theoretical processing speed, so its included into Dockerfile by default.
# Quickstart
```console
git clone https://git.darkn.space/neko/tg2pdf.git
cd tg2pdf
podman build -t tg2pdf .
podman run --name tg2pdf -d tg2pdf:latest
```