tg2pdf/README.md

14 lines
432 B
Markdown
Raw Normal View History

2025-01-27 08:04:47 +02:00
# TG2PDF
This telegram bot converts any libreoffice-supported document into a pdf file.
2025-01-28 06:24:30 +02:00
It uses [pyrogram](https://docs.pyrogram.org/), [libreoffice](https://libreoffice.org) and [unoserver](https://github.com/unoconv/unoserver).
2025-01-27 08:04:47 +02:00
# Quickstart
```console
git clone https://git.darkn.space/neko/tg2pdf.git
cd tg2pdf
cp config.py.example config.py
nano config.py
2025-01-27 08:04:47 +02:00
podman build -t tg2pdf .
podman run --name tg2pdf -d tg2pdf:latest
```