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