all repos — albus @ 9d2e4543ef9bc96ccf257f9de4b33117f439431e

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`, then:
12
13```
14make
15make run
16```