awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grangier avatar

grangier/python-goose

0
View on GitHub↗
4,088 estrellas·780 forks·HTML·Apache-2.0·2 vistas

Python Goose

python-goose es una librería de Python para web scraping y extracción de contenido. Funciona como un eliminador de boilerplate HTML y analizador de artículos diseñado para aislar el texto principal y los metadatos de las páginas web eliminando la navegación, el ruido de diseño y los elementos no esenciales.

La herramienta cuenta con capacidades de procesamiento multilingüe, utilizando analizadores de palabras vacías (stop-words) específicos del idioma para identificar y extraer contenido principal en diferentes idiomas. También identifica y recopila medios incrustados, incluyendo URLs de origen y códigos de incrustación para imágenes principales y vídeos asociados con un artículo.

La librería cubre dominios funcionales amplios, incluyendo web scraping automatizado, extracción de contenido estructurado y recopilación de medios de artículos específicos.

Features

  • Web Article Extraction - Isolates the main body text, title, and meta descriptions from web pages by removing boilerplate clutter.
  • Multilingual Text Processing - Handles content in various languages using specific stop-word analyzers and language tags.
  • Stop-Word Text Scoring - Ranks document segments by comparing word frequency against language-specific lists to find the main content.
  • Content Extractors - Extracts the main article text and metadata from web pages while removing boilerplate.
  • Web Content Noise Reduction - Isolates primary web content by stripping away layout noise and non-essential page elements.
  • Web Article Metadata Extractors - Identifies primary text and metadata across different languages using specialized stop-word analyzers.
  • Web Content Extraction Utilities - Extracts the main text and metadata from web pages while removing navigation and layout clutter.
  • Web Media Extractors - Locates primary images and embedded videos by searching for specific HTML tags and metadata attributes.
  • Automated Web Scraping - Collects structured data and article content from websites using Python to build datasets.
  • Web Media Extractions - Collects source URLs and embed codes for images and videos hosted within web pages.
  • HTML Boilerplate Removal - Identifies and strips navigation and sidebars by analyzing tag density and common class name patterns.
  • Web Scraping Libraries - Provides a programmatic Python interface for collecting data and embedded media from websites.
  • Linguistic Token Analyzers - Uses predefined language tags and analyzers to process and clean text across different multilingual sources.
  • Article Media Asset Extractors - Identifies and captures the primary images and embedded videos associated with specific web articles.
  • Lead Media Detection - The tool locates the primary image and embedded videos associated with an article to capture source URLs and embed codes.
  • DOM Tree Traversers - Implements algorithms to walk through the HTML DOM to isolate the primary article container from layout elements.
  • Structured Data Mappings - Maps standard HTML meta tags to structured data formats for article titles and descriptions.
  • Content Extraction - HTML article content extractor.

Historial de estrellas

Gráfico del historial de estrellas de grangier/python-gooseGráfico del historial de estrellas de grangier/python-goose

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace grangier/python-goose?

python-goose es una librería de Python para web scraping y extracción de contenido. Funciona como un eliminador de boilerplate HTML y analizador de artículos diseñado para aislar el texto principal y los metadatos de las páginas web eliminando la navegación, el ruido de diseño y los elementos no esenciales.

¿Cuáles son las características principales de grangier/python-goose?

Las características principales de grangier/python-goose son: Web Article Extraction, Multilingual Text Processing, Stop-Word Text Scoring, Content Extractors, Web Content Noise Reduction, Web Article Metadata Extractors, Web Content Extraction Utilities, Web Media Extractors.

¿Qué alternativas de código abierto existen para grangier/python-goose?

Las alternativas de código abierto para grangier/python-goose incluyen: generalnewsextractor/generalnewsextractor — GeneralNewsExtractor is a specialized system for identifying and extracting structured news data through configurable… wechatsync/wechatsync — Wechatsync is a multi-platform content synchronizer and cross-platform publishing tool. It extracts articles from… kepano/defuddle — Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web… mozilla/readability — Readability is a JavaScript library designed for web content extraction. It functions as a DOM parsing utility and… esbatmop/mnbvc — MNBVC is a dataset pipeline and toolkit designed for the collection, cleaning, and normalization of massive text and… postlight/parser — Postlight Parser is a command-line tool that extracts the main article content from any web page URL, returning clean…

Alternativas open-source a Python Goose

Proyectos open-source similares, clasificados según cuántas características comparten con Python Goose.
  • generalnewsextractor/generalnewsextractorAvatar de GeneralNewsExtractor

    GeneralNewsExtractor/GeneralNewsExtractor

    3,779Ver en GitHub↗

    GeneralNewsExtractor is a specialized system for identifying and extracting structured news data through configurable HTML filtering and XPath-based parsing. It functions as an automated news scraper and web page content parser that isolates article bodies and metadata from news webpages. The system uses YAML or JSON configuration files to manage extraction rules and XPath definitions, decoupling the processing logic from site-specific selectors. This allows for targeted noise removal and the isolation of titles, authors, and publication dates through customizable filtering. The tool covers

    Pythonpython3webcrawlerwebspider
    Ver en GitHub↗3,779
  • wechatsync/wechatsyncAvatar de wechatsync

    wechatsync/Wechatsync

    4,866Ver en GitHub↗

    Wechatsync is a multi-platform content synchronizer and cross-platform publishing tool. It extracts articles from webpages and distributes them to multiple social media and blogging platforms simultaneously. The system utilizes a web content extractor with reader-mode logic to strip advertisements and navigation elements from source pages. The project employs a markdown content pipeline that converts extracted web content into a standardized format for editing before redistribution. It features an automated media migrator that performs host-to-host image migration, downloading images from sou

    TypeScriptblogchromechrome-extension
    Ver en GitHub↗4,866
  • kepano/defuddleAvatar de kepano

    kepano/defuddle

    3,189Ver en GitHub↗

    Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web pages and convert the result into standardized markdown. It functions as a content cleaner that removes layout clutter, such as sidebars and headers, to retrieve the main text and associated metadata. The tool provides a terminal interface that processes content from remote URLs, local files, or piped HTML streams. It supports custom content targeting, allowing users to specify CSS selectors to manually define the main content area when automatic detection is insufficient. The sy

    TypeScript
    Ver en GitHub↗3,189
  • mozilla/readabilityAvatar de mozilla

    mozilla/readability

    11,298Ver en GitHub↗

    Readability is a JavaScript library designed for web content extraction. It functions as a DOM parsing utility and article metadata extractor that isolates the primary text of a webpage by removing clutter such as advertisements and navigation bars. The library employs a heuristic-based content detector to predict if a webpage contains a parseable article before performing full extraction. It uses a parsing workflow to convert complex HTML documents into a simplified format, facilitating the implementation of distraction-free reader views. The tool covers several capability areas, including

    JavaScript
    Ver en GitHub↗11,298
Ver las 30 alternativas a Python Goose→