Settings

Theme

Show HN: Focal Harvest – CLI research pipeline to search, scrape and notify

github.com

9 points by xlr8_track 24 days ago · 3 comments

Reader

AndReics 23 days ago

Thanks for making it open source! I love the idea, you got a star from me. I wonder are there any other alternatives? what does yours have that the others are missing? not judging just curious!

  • xlr8_trackOP 23 days ago

    Thanks for the star and the question. Most tools that do search and summarisation either need custom selectors per site or pull in a full 200MB headless browser just to handle JS rendering. Focal Harvest does not. It runs on a cheap VPS, has no database, and works without any API key (If you want, you can provide an API key though).

    The whole pipeline is plain Python with no browser dependency. JS-heavy pages are handled by extracting `__NEXT_DATA__`/`__NUXT_DATA__` JSON directly from the raw html, and wayback machine covers the rest. Everything saves as markdown and JSON files, which you can open by double-clicking. I've updated the repo now so that you can see the logs too.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection