From e2e137f2cdfe3bbe62c8a48784fa8be19ac8be74 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Fri, 29 May 2020 17:28:50 +0800 Subject: [PATCH] Update config file description in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 315ca55..a379442 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ TODO: ## Requirements - [tdlib](https://tdlib.github.io/td/build.html?language=Python) + For macOS: ```sh brew install tdlib @@ -38,11 +39,11 @@ TODO: - `pip3 install python-telegram` - config file at `~/.config/tg/conf.py` ```python - phone = "[your phone number]" - enc_key = "[telegram db encryption key]" + PHONE = "[your phone number]" + ENC_KEY = "[telegram db encryption key]" ``` -- terminal-notifier or other program for notifications -- ffmpeg - to record voice msgs +- `terminal-notifier` or other program for notifications +- `ffmpeg` to record voice msgs and upload videos correctly ## Usage