awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesHTML Parsing Command Line Tools

Terminal-based utilities for parsing and filtering HTML documents.

Distinct from Command Line Parsers: Existing candidates are generic CLI argument parsers or DNS tools, not HTML-specific parsing utilities.

Explore 4 awesome GitHub repositories matching development tools & productivity · HTML Parsing Command Line Tools. Refine with filters or upvote what's useful.

Awesome HTML Parsing Command Line Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ericchiang/pupAvatar de ericchiang

    ericchiang/pup

    8,427Voir sur GitHub↗

    Pup is a command line tool for extracting and filtering data from HTML documents using CSS selectors. It functions as a parser and selector engine that isolates specific elements based on tags, IDs, classes, and attributes. The project provides utilities for converting selected HTML nodes into plain text, attribute values, or structured JSON objects. It includes a markup formatter that corrects missing tags and applies consistent indentation to improve the readability of HTML documents. The tool handles the retrieval of text content and attributes through a CSS selector engine, supporting co

    Ships a command line interface for retrieving and filtering specific elements from HTML documents.

    HTML
    Voir sur GitHub↗8,427
  • postlight/parserAvatar de postlight

    postlight/parser

    5,786Voir sur GitHub↗

    Postlight Parser is a command-line tool that extracts the main article content from any web page URL, returning clean structured data including the title, author, date, excerpt, and lead image while stripping away ads and clutter. It uses a readability-based heuristic that scores HTML elements on text density and structural cues to identify the article body, and can accept pre-fetched HTML strings directly for parsing instead of fetching the URL. The tool distinguishes itself through a modular architecture that supports domain-specific extractor overrides, allowing custom JavaScript modules t

    Runs the extraction from a terminal and outputs the structured result directly to stdout.

    JavaScriptjestlabsmercury
    Voir sur GitHub↗5,786
  • johanneskaufmann/html-to-markdownAvatar de JohannesKaufmann

    JohannesKaufmann/html-to-markdown

    3,701Voir sur GitHub↗

    html-to-markdown is a tool that transforms HTML content and websites into Markdown text. It functions as an HTML to Markdown converter and a command line processor for converting files or standard input streams into Markdown documents. The project is an extensible conversion engine that allows for custom element rendering and the registration of plugins to modify the transformation process. It includes a content filter that uses CSS selectors to include or exclude specific HTML elements during conversion. The system covers broad capability areas including link resolution for relative URLs, r

    Ships a terminal-based utility for converting HTML files and standard input streams into Markdown documents.

    Gocliconvertergo
    Voir sur GitHub↗3,701
  • validator/validatorAvatar de validator

    validator/validator

    1,951Voir sur GitHub↗

    The validator repository contains an open-source markup validation engine that checks HTML, CSS, and SVG documents for conformance against official W3C web standards. It operates both as a command-line utility for batch processing local files and remote URLs, and as a standalone web server and HTTP API for browser-based and remote document conformance checking. The software utilizes a rule-based conformance engine and event-driven stream parsing to evaluate document structures, syntax trees, and web accessibility guidelines. It provides URL parsing and normalization utilities that validate i

    Runs automated batch checks on local files and directories from the terminal or build scripts.

    Javadevtoolshtml-checkerhtml-linter
    Voir sur GitHub↗1,951
  1. Home
  2. Development Tools & Productivity
  3. HTML Parsing Command Line Tools