A
A
ALTech12020-03-11 21:13:44
Python
ALTech1, 2020-03-11 21:13:44

How to get the gender and age of a user in a VK group?

You need to find out in python the age and gender of the group members in VK. Tell me how to do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
HemulGM, 2020-03-11
@HemulGM

https://vk.com/dev/groups.getMembers

Y
yamudaqq, 2020-03-11
@yamudaqq

First, you get a list of all community members, put their IDs in the list, and then using the users.get method with filds = 'sex,bdate' you get information about each member, extract sex,bdate from the response, knowing the date of birth (bdate) you find out the age, and write it all to the database, for example. but you need to take into account different cases, for example, the user's profile may be closed, or the date of birth is hidden, and in such cases you will not receive the necessary information and the script will stop without elifs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question