You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for us to be able to add the content from all the 1600+ links in the document, we require an Open Graph and metadata scraper to:
parse through all 1600+ remote URL resources
fetch the meta information (minimum: title, description, og:image) for each URL
export a Markdown file for each link inside ./src/content/resources/, following the schema in ./src/content/config.ts, and name the .md file based on the meta title, in a safe way (alphanumeric + _ or -) to avoid duplicates for resources with identical titles
download the OG image, name it identical to the Markdown file and place it in the same folder as the Markdown
(optional) use OpenAI ChatGPT API to optimize description and try to write some extensive descriptive content
(optional) use MidJourney API to generate a unique OG image based on the original (if one exists) or on the first fold of the remote URL
In order for us to be able to add the content from all the 1600+ links in the document, we require an Open Graph and metadata scraper to:
title
,description
,og:image
) for each URL./src/content/resources/
, following the schema in./src/content/config.ts
, and name the .md file based on the meta title, in a safe way (alphanumeric +_
or-
) to avoid duplicates for resources with identical titlesPotential APIs and packages
The text was updated successfully, but these errors were encountered: