lookbook/internal
soup 0f9ee07092
Add Twitter/X syndication API support for image extraction
Twitter/X blocks regular scrapers and doesn't provide og:image meta tags.
This uses the cdn.syndication.twimg.com API to fetch tweet data including
photos, video posters, and card thumbnails.

Note: The API may return 404 for protected/deleted tweets or accounts
with restricted access - in those cases we fall back gracefully.
2026-01-16 23:31:38 -05:00
..
components Initial lookbook implementation 2026-01-16 21:14:23 -05:00
data Initial lookbook implementation 2026-01-16 21:14:23 -05:00
handlers Initial lookbook implementation 2026-01-16 21:14:23 -05:00
middleware Initial lookbook implementation 2026-01-16 21:14:23 -05:00
migrations Initial lookbook implementation 2026-01-16 21:14:23 -05:00
services Add Twitter/X syndication API support for image extraction 2026-01-16 23:31:38 -05:00
static Initial lookbook implementation 2026-01-16 21:14:23 -05:00