From 1307b7fa7ace99891e023b3bb35890d2c221ddba Mon Sep 17 00:00:00 2001 From: Alexeev Nickolay Date: Tue, 5 Feb 2019 22:19:30 +0300 Subject: [PATCH] (feat) update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e7fd3ed..7027d22 100644 --- a/README.md +++ b/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