diff --git a/guide/docs/installation.md b/guide/docs/installation.md index 1f32005..c3e1908 100644 --- a/guide/docs/installation.md +++ b/guide/docs/installation.md @@ -149,3 +149,7 @@ If you require proxy to connect to Telegram, do the following: password: ... ``` 3. Run TGPy normally + +## API secrets as environment variables + +It's possible to provide Telegram API ID and hash through environment variables `TGPY_API_ID` and `TGPY_API_HASH`.