Release 0.8.1\n\n[UPD] updated README.md
This commit is contained in:
parent
3fe34d6c1a
commit
06c6402491
10
README.md
10
README.md
|
@ -42,8 +42,14 @@ xmpp:
|
||||||
|
|
||||||
### Configuration ###
|
### Configuration ###
|
||||||
|
|
||||||
Feel free to edit **config.yml**, options are commented and with clear names.
|
It is good idea to obtain Telegram API ID from [**https://my.telegram.org**](https://my.telegram.org) to remove demo key requests limit, and then edit in **config.yml**:
|
||||||
It is good idea to obtain Telegram API ID from [my.telegram.org](https://my.telegram.org) to remove demo key requests limit.
|
|
||||||
|
```
|
||||||
|
telegram:
|
||||||
|
api_id: '845316' # telegram API ID (my.telegram.org) #
|
||||||
|
api_hash: '27fe5224bc822bf3a45e015b4f9dfdb7' # telegram API HASH (my.telegram.org) #
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
### How to receive files from Telegram ###
|
### How to receive files from Telegram ###
|
||||||
|
|
||||||
|
|
Reference in a new issue