Answer the question
In order to leave comments, you need to log in
How to check that the user has deleted the repost from the vk group?
There is a small script in Python that informs who reposted from the Vk group.
Used vk_api module.
How can I find out if someone deletes a repost?
for event in longpoll.listen():
elif event.type == VkBotEventType.WALL_REPOST:
print("https://vk.com/club" + str(event.obj.id),
"https://vk.com/id" + str(event.obj.owner_id)+ "\n", end=' ',)
print()
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