awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kurtmckee avatar

kurtmckee/feedparser

0
View on GitHub↗
2,384 星标·361 分支·Python·2 次浏览feedparser.readthedocs.io↗

Feedparser

Parse feeds in Python

Features

  • Web Scraping - Library to parse feeds in Python.

Star 历史

kurtmckee/feedparser 的 Star 历史图表kurtmckee/feedparser 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Feedparser 的开源替代方案

相似的开源项目,按与 Feedparser 的功能重合度排序。
  • alir3z4/html2textAlir3z4 的头像

    Alir3z4/html2text

    2,159在 GitHub 上查看↗

    Convert HTML to Markdown-formatted text.

    Pythonmarkdownmarkdown-parserpython
    在 GitHub 上查看↗2,159
  • alirezamika/autoscraperalirezamika 的头像

    alirezamika/autoscraper

    7,297在 GitHub 上查看↗

    Autoscraper is an automatic web scraping library and pattern-based data extractor that learns extraction rules from sample data. It identifies and retrieves text, URLs, and HTML elements from web pages by analyzing sample values to replicate data patterns across different URLs. The system functions as a web scraping model manager, allowing users to save and reload learned rules to maintain consistent data extraction. It supports the export and import of scraping rules to a local file system to avoid repeating the training process for the same website. The library covers automated web data ex

    Python
    在 GitHub 上查看↗7,297
  • antivanov/js-crawlerantivanov 的头像

    antivanov/js-crawler

    257在 GitHub 上查看↗

    js-crawler

    TypeScript
    在 GitHub 上查看↗257
  • adbar/trafilaturaadbar 的头像

    adbar/trafilatura

    5,319在 GitHub 上查看↗

    Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web pages. It downloads HTML content, identifies the main body of text, and strips away navigation, ads, and other boilerplate, returning the core article content along with fields like title, author, date, and URL. The tool can also extract user comments and test whether a page contains extractable text, making it a general-purpose web text extraction library. What distinguishes Trafilatura from simpler extractors is its configurable extraction pipeline, which offers high-speed, high

    Pythonarticle-extractorcorpus-buildercorpus-tools
    在 GitHub 上查看↗5,319
查看 Feedparser 的所有 30 个替代方案→

常见问题解答

kurtmckee/feedparser 是做什么的?

Parse feeds in Python

kurtmckee/feedparser 的主要功能有哪些?

kurtmckee/feedparser 的主要功能包括:Web Scraping。

kurtmckee/feedparser 有哪些开源替代品?

kurtmckee/feedparser 的开源替代品包括: alir3z4/html2text — Convert HTML to Markdown-formatted text. alirezamika/autoscraper — Autoscraper is an automatic web scraping library and pattern-based data extractor that learns extraction rules from… antivanov/js-crawler — js-crawler. bda-research/node-crawler — node-crawler is a programmable web crawler for Node.js that manages request queues and automates data extraction. It… binux/pyspider — PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for… adbar/trafilatura — Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web…