Browse Source

(feat) update readme

master
Alexeev Nickolay 5 years ago
parent
commit
1307b7fa7a
  1. 11
      README.md

11
README.md

@ -13,6 +13,17 @@ cd yandex-connect
sudo python setup.py install
```
### Получение токена
Необходимо зарегистрировать приложение на странице https://oauth.yandex.ru/
```python
from yandex_connect import token_get_by_code
token_get_by_code()
```
### Пример
```python

Loading…
Cancel
Save