mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Update config file description in README
This commit is contained in:
parent
e323197ac9
commit
e2e137f2cd
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue