https://github.com/kurtmckee/feedparser
Parse feeds in Python
https://github.com/kurtmckee/feedparser
atom json python rdf rss
Last synced: 6 months ago
JSON representation
Parse feeds in Python
- Host: GitHub
- URL: https://github.com/kurtmckee/feedparser
- Owner: kurtmckee
- License: other
- Created: 2010-11-26T02:53:24.000Z (almost 15 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-05T20:58:12.000Z (6 months ago)
- Last Synced: 2025-05-05T21:50:20.213Z (6 months ago)
- Topics: atom, json, python, rdf, rss
- Language: Python
- Homepage: https://feedparser.readthedocs.io
- Size: 6.77 MB
- Stars: 2,104
- Watchers: 49
- Forks: 347
- Open Issues: 93
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
- awesome-python-zh - feedparser - 通用提要解析器。 (Web爬行)
- starred-awesome - feedparser - Parse feeds in Python (Python)
- best-of-web-python - GitHub - 33% open · ⏱️ 03.11.2025): (Web Scraping & Crawling)
- stars - kurtmckee/feedparser - Parse feeds in Python (Python)
- awesome-data-analysis - Feedparser - A library to parse feeds in Python. (🕸️ Web Scraping & Crawling / Tools)
- awesome-starts - kurtmckee/feedparser - Parse feeds in Python (Python)
- fucking-awesome-python - feedparser - Universal feed parser. (Web Crawling)
README
..
This file is part of feedparser.
Copyright 2010-2024 Kurt McKee
Copyright 2002-2008 Mark Pilgrim
Released under the BSD 2-clause license.
feedparser
##########
Parse Atom and RSS feeds in Python.
----
Installation
============
feedparser can be installed by running pip:
.. code-block:: console
$ pip install feedparser
Documentation
=============
The feedparser documentation is available on the web at:
https://feedparser.readthedocs.io/en/latest/
It can also be built and browsed locally using `tox`_:
.. code-block:: console
$ tox run -e docs
This will produce HTML documentation in the ``build/docs/`` directory.
Testing
=======
Feedparser has an extensive test suite, powered by `tox`_:
.. code-block:: console
$ tox run-parallel
.. Links
.. =====
..
.. _tox: https://tox.wiki/