ROIpad ← Back to Search
github.com › issue comment

Comment on: Feature Request: Add support for VK (VKontakte) - The largest social network in Russia/CIS

Repo: jackwener/opencli by Astro-Han
Posted: Mar 24, 2026
+1 on this. VK's reliance on dynamic CSRF tokens and internal AJAX endpoints (`al_wall.php`) is a strong fit for opencli's browser session approach — exactly the kind of site where traditional scraping falls short. One tool that might speed up development: **`opencli record `** captures all fetch/XHR calls from a live browser session and can generate YAML adapter candidates from the recorded traffic. Running it on VK pages could reveal the internal API patterns without manual reverse-engineering — especially useful for figuring out `al_wall.php`'s response format. Whether this lands as built-in or starts as a plugin first, happy to help review if you put together a PR.