articrab
v0.1.2
Published
CLI tool to fetch articles and structure them as Markdown
Downloads
31
Readme
articrab
articrab is a CLI tool to fetch articles and structure them as Markdown.
Install
Requires Node.js >= 22.
Global install:
npm install -g articrabThen run:
articrab --helpUsage
Important: set the Jina token first.
articrab set-jina-token jina_xxxFetch an article:
articrab <url> --output ./contentFlow
URL -> fetch -> extract -> scoring -> html2md -> write output
| | |
| v | yes
| good enough?
| | no
| v
<---------------- jina fetchExamples
Example output is available in:
Test
npm test