A
A
Andrew2013-04-20 04:25:11
Blogs
Andrew, 2013-04-20 04:25:11

Selection by VKontakte group

What, or how to parse the members of an open VKontakte group, and then parse the friends of each member of this group. Where to start, of course, you can order this service, but I would like to try it myself first, I'm learning python.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Michael Danilov, 2013-04-20
@MonkAlbino

1. Requests: HTTP for Humans - Python lib .
2. groups.getMembers - Returns a list of community members
3. friends.get - Returns a list of user's friends IDs

H
habrsa, 2013-04-24
@habrsa

1. if you are talking about Python - kmike has already written a convenient wrapper, see the documentation
2. Through the API you can get a list of friends, or rather, only those who authorized your application + it must have the appropriate privacy settings

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question