No description
Find a file
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
.direnv Initial lookbook implementation 2026-01-16 21:14:23 -05:00
cmd/server Initial lookbook implementation 2026-01-16 21:14:23 -05:00
internal Add Twitter/X syndication API support for image extraction 2026-01-16 23:31:38 -05:00
vendor Initial lookbook implementation 2026-01-16 21:14:23 -05:00
.envrc Initial lookbook implementation 2026-01-16 21:14:23 -05:00
default.nix Fix nix build: use vendored dependencies 2026-01-16 21:55:04 -05:00
go.mod Initial lookbook implementation 2026-01-16 21:14:23 -05:00
go.sum Initial lookbook implementation 2026-01-16 21:14:23 -05:00
Makefile Initial lookbook implementation 2026-01-16 21:14:23 -05:00
Procfile Initial lookbook implementation 2026-01-16 21:14:23 -05:00
shell.nix Initial lookbook implementation 2026-01-16 21:14:23 -05:00