docs: add note about cookie
This commit is contained in:
@@ -19,6 +19,10 @@ c = ITDClient('TOKEN', 'refresh_token=...; __ddg1_=...; __ddgid_=...; is_auth=1;
|
||||
print(c.get_me())
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> Берите куки из запроса /auth/refresh. В остальных запросах нету refresh_token
|
||||
> 
|
||||
|
||||
---
|
||||
### Скрипт на обновление имени
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user