Built a lightweight HTTP API for Trafilatura (Docker-friendly) #885
mitslabo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I've been using Trafilatura in AI and automation workflows and wanted an easy way to expose it as an HTTP service.
Since Trafilatura is primarily a Python library and CLI, I built a small Docker-friendly wrapper that provides a REST API.
Main features:
Repository:
https://github.com/mitslabo/webfetcher
The goal isn't to replace Trafilatura—it's simply to make it easier to integrate with tools that work best over HTTP.
I'd love any feedback or suggestions. Thanks for building such a great project!
All reactions