all repos — albus @ 5a2dcfa404e4cb3ac4872f8ae6457254434a33fa

README.md (view raw)

 1# Albus
 2
 3A Telegram Bot that converts documents to more readable formats.
 4
 5## Usage
 6
 7```
 8cp .env.example .env
 9```
10
11Put your Telegram Bot Token inside `.env`.
12
13### Docker
14
15```
16make
17make run
18```
19
20### Poetry
21Ensure `pandoc` and `tectonic` are installed.
22
23```
24poetry install
25poetry run python -m albus.bot
26```