Answer the question
In order to leave comments, you need to log in
VK API how to get additional information about the user?
Good afternoon, I don’t understand how to get additional information about a user in VK in python
import vk
...
def main():
access_token, _ = get_saved_auth_params()
if not access_token or not _:
access_token, _ = get_auth_params()
api = get_api(access_token)
users = [1,2,3]
for user_id in users:
profiles = api.users.get(user_ids=user_id)
print(profiles)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question