Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 807 Bytes

File metadata and controls

20 lines (12 loc) · 807 Bytes

article parser

Available at: https://articleparser.vercel.app/

It's a simple site that you give a URL and it gives you the article content of the URL.

This project is basically a duct tape of the following projects:

  • Go Readability: The actual article parser.
  • godown: Converter from HTML to Markdown. Used for Markdown output.
  • Golang Standard library to fetch stuff.

LLM Friendly

You can use this tool directly in your LLM prompts by prefixing any URL: https://articleparser.vercel.app/https://example.com/article

It will automatically return Markdown when accessed by LLMs or when specified via /md/ prefix.

To deploy it just link the project to a Vercel project. Everything should magically work.