all repos — albus-go @ f2f3f8a2cb36a51b320c4ab3470cc16a75367941

README.md (view raw)

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