Skip to content

feat: add vk_likes_get tool#8

Open
sergiygoncharov wants to merge 1 commit into
bulatko:masterfrom
sergiygoncharov:feat/likes
Open

feat: add vk_likes_get tool#8
sergiygoncharov wants to merge 1 commit into
bulatko:masterfrom
sergiygoncharov:feat/likes

Conversation

@sergiygoncharov

Copy link
Copy Markdown

Summary

  • Adds vk_likes_get tool — get users who liked a VK object with per-reaction breakdown
  • Supports all object types: post, comment, photo, audio, video, note, photo_comment, video_comment, topic_comment, sitepage
  • Supports filtering by reaction type: ❤️ (0), 😂 (1), 😮 (2), 🔥 (3), 😡 (4), 😢 (5)
  • Includes null/undefined params fix (see Fix: filter null and undefined params from VK API calls #4)

API

likes.getListhttps://dev.vk.com/ru/method/likes.getList

Test plan

  • Tested live on post -27758718_2122: returned 19 users, all with reaction_id=0 (❤️)
  • Response includes full reaction_sets with available reaction types and icons

🤖 Generated with Claude Code

Get users who liked a VK object (post, photo, video, comment, etc.)
with reaction type breakdown (like ❤️, laugh 😂, wow 😮, admiration 🔥,
angry 😡, sad 😢). Supports filtering by reaction_id and pagination.
Includes null/undefined params fix (see bulatko#4).

Tested: post -27758718_2122 → 19 likes, all reaction_id=0 (❤️).

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant