Answer the question
In order to leave comments, you need to log in
Python vk api banal request?
import vk
session = vk.Session()
vk_api = vk.API(session)
loadi =str (vk_api.users.get(user_id=1))
print (loadi)
Answer the question
In order to leave comments, you need to log in
import vk
session = vk.Session()
vk_api = vk.API(session)
loadi =vk_api.users.get(user_id=1)
print(loadi[0]['first_name'])
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question