awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grangier avatar

grangier/python-goose

0
View on GitHub↗
4,088 stele·780 fork-uri·HTML·Apache-2.0·2 vizualizări

Python Goose

python-goose este o bibliotecă Python pentru web scraping și extragerea conținutului. Aceasta funcționează ca un eliminator de boilerplate HTML și un parser de articole conceput pentru a izola textul principal și metadatele din paginile web prin eliminarea navigării, a zgomotului de layout și a elementelor neesențiale.

Instrumentul dispune de capabilități de procesare multilingvă, utilizând analizoare de stop-words specifice limbii pentru a identifica și extrage conținutul principal în diferite limbi. De asemenea, identifică și colectează conținutul media încorporat, inclusiv URL-urile sursă și codurile de embed pentru imaginile principale și videoclipurile asociate cu un articol.

Biblioteca acoperă domenii funcționale largi, inclusiv web scraping automatizat, extragerea conținutului structurat și colectarea țintită a conținutului media din articole.

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.

Istoric stele

Graficul istoricului de stele pentru grangier/python-gooseGraficul istoricului de stele pentru grangier/python-goose

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face grangier/python-goose?

python-goose este o bibliotecă Python pentru web scraping și extragerea conținutului. Aceasta funcționează ca un eliminator de boilerplate HTML și un parser de articole conceput pentru a izola textul principal și metadatele din paginile web prin eliminarea navigării, a zgomotului de layout și a elementelor neesențiale.

Care sunt principalele funcționalități ale grangier/python-goose?

Principalele funcționalități ale grangier/python-goose sunt: 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.

Care sunt câteva alternative open-source pentru grangier/python-goose?

Alternativele open-source pentru grangier/python-goose includ: 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…

Alternative open-source pentru Python Goose

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Python Goose.
  • generalnewsextractor/generalnewsextractorAvatar GeneralNewsExtractor

    GeneralNewsExtractor/GeneralNewsExtractor

    3,779Vezi pe 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
    Vezi pe GitHub↗3,779
  • wechatsync/wechatsyncAvatar wechatsync

    wechatsync/Wechatsync

    4,866Vezi pe 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
    Vezi pe GitHub↗4,866
  • kepano/defuddleAvatar kepano

    kepano/defuddle

    3,189Vezi pe 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
    Vezi pe GitHub↗3,189
  • mozilla/readabilityAvatar mozilla

    mozilla/readability

    11,298Vezi pe 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
    Vezi pe GitHub↗11,298
  • Vezi toate cele 30 alternative pentru Python Goose→