docs: add note about cookie

This commit is contained in:
firedotguy
2026-01-30 14:56:06 +03:00
parent 70bb1e75d6
commit d27db1d905
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ c = ITDClient('TOKEN', 'refresh_token=...; __ddg1_=...; __ddgid_=...; is_auth=1;
print(c.get_me()) print(c.get_me())
``` ```
> [!NOTE]
> Берите куки из запроса /auth/refresh. В остальных запросах нету refresh_token
> ![cookie](cookie-screen.png)
--- ---
### Скрипт на обновление имени ### Скрипт на обновление имени
```python ```python

BIN
cookie-screen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB