awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grangier avatar

grangier/python-goose

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

Python Goose

python-goose est une bibliothèque Python pour le web scraping et l'extraction de contenu. Elle fonctionne comme un suppresseur de boilerplate HTML et un analyseur d'articles conçu pour isoler le texte principal et les métadonnées des pages web en supprimant la navigation, le bruit de mise en page et les éléments non essentiels.

L'outil propose des capacités de traitement multilingue, utilisant des analyseurs de mots vides (stop-words) spécifiques à la langue pour identifier et extraire le contenu principal à travers différentes langues. Il identifie et collecte également les médias intégrés, y compris les URL sources et les codes d'intégration pour les images et vidéos principales associées à un article.

La bibliothèque couvre de vastes domaines fonctionnels, notamment le web scraping automatisé, l'extraction de contenu structuré et la collecte ciblée de médias d'articles.

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.

Historique des stars

Graphique de l'historique des stars pour grangier/python-gooseGraphique de l'historique des stars pour grangier/python-goose

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Python Goose

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Python Goose.
  • generalnewsextractor/generalnewsextractorAvatar de GeneralNewsExtractor

    GeneralNewsExtractor/GeneralNewsExtractor

    3,779Voir sur 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
    Voir sur GitHub↗3,779
  • wechatsync/wechatsyncAvatar de wechatsync

    wechatsync/Wechatsync

    4,866Voir sur 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
    Voir sur GitHub↗4,866
  • kepano/defuddleAvatar de kepano

    kepano/defuddle

    3,189Voir sur 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
    Voir sur GitHub↗3,189
  • mozilla/readabilityAvatar de mozilla

    mozilla/readability

    11,298Voir sur 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
    Voir sur GitHub↗11,298
Voir les 30 alternatives à Python Goose→

Questions fréquentes

Que fait grangier/python-goose ?

python-goose est une bibliothèque Python pour le web scraping et l'extraction de contenu. Elle fonctionne comme un suppresseur de boilerplate HTML et un analyseur d'articles conçu pour isoler le texte principal et les métadonnées des pages web en supprimant la navigation, le bruit de mise en page et les éléments non essentiels.

Quelles sont les fonctionnalités principales de grangier/python-goose ?

Les fonctionnalités principales de grangier/python-goose sont : 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.

Quelles sont les alternatives open-source à grangier/python-goose ?

Les alternatives open-source à grangier/python-goose incluent : 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…