Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try using the py-vkontakte library .
import vk
api = vk.Api(YOUR_TOKEN)
group = api.get_group(YOUR_GROUP_ID_OR_SLUG)
all_comments = [comments for wall in group.get_walls() for comment in wall.get_comments()]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question