T
T
trask982020-06-21 19:52:21
Python
trask98, 2020-06-21 19:52:21

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

1 answer(s)
S
soremix, 2020-06-21
@SoreMix

Keep a list of people who reposted the post
Check if they have a repost on their wall

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question