Skip to content

feat(x): add Playwright connector for profile and recent posts#15

Open
nxved wants to merge 7 commits intovana-com:mainfrom
nxved:feat/x-connector
Open

feat(x): add Playwright connector for profile and recent posts#15
nxved wants to merge 7 commits intovana-com:mainfrom
nxved:feat/x-connector

Conversation

@nxved
Copy link
Copy Markdown
Contributor

@nxved nxved commented Mar 2, 2026

Summary

Adds a new X (Twitter) Playwright connector to export profile and recent posts data.

What changed

  • Added new connector implementation:
    • x/x-playwright.js
    • x/x-playwright.json
  • Added new schemas:
    • schemas/x.profile.json
    • schemas/x.posts.json
  • Updated connector registry:
    • registry.json (new x-playwright entry, version, checksums)
  • Updated connector docs:
    • README.md (X connector listed in table and structure)

Connector scopes

  • x.profile
  • x.posts

Validation

  • node --check x/x-playwright.js
  • jq empty x/x-playwright.json registry.json schemas/x.profile.json schemas/x.posts.json
  • Manual desktop runtime validation:
    • connector output includes posts for profile timeline
    • verified with version: "1.0.6-playwright"

Companion PR

Companion desktop PR : vana-com/data-connect#68

@nxved nxved changed the title feat(platform): add X (Twitter) connector support in desktop app feat(x): add Playwright connector for profile and recent posts Mar 2, 2026
@callumflack
Copy link
Copy Markdown
Member

Thanks @nxved this is looking pretty solid overall. The he registry/schema wiring looks right and the connector runs end-to-end.

The main issue is that the X post extraction is currently pulling in posts from other accounts as well, not just the logged-in user’s own posts. So while the connector completes successfully, the x.posts export isn’t reliably matching the contract of “your recent posts” yet.

Could you tighten the post filtering so it only returns posts authored by the resolved logged-in username, then re-test once on a real account? Then it should be in good shape.

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.

2 participants