vk-requests icon indicating copy to clipboard operation
vk-requests copied to clipboard

vk.com requests for humans. API library for vk.com

Results 3 vk-requests issues
Sort by recently updated
recently updated
newest added

Какая то странная ошибка при авторизации, как я понял при получение токена Вк требует ввода номера телефона. ``` api = vk_requests.create_api(app_id=self.app_id, login=account['login'], password=account['password']) ``` ``` File "/Users/leary/Prog/PythonProjects/Test/scripts/vk_account.py", line 28, in...

Python 2 is no longer supported, so no need to support that

enhancement

Rough roadmap: * Create new `AsyncVKSession` class * Integrate it with `aiohttp` * Rewrite all required methods to be coroutines

enhancement
help wanted