feedparser VS requests-html

Compare feedparser vs requests-html and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
feedparser requests-html
6 14
1,829 13,575
- 0.5%
7.7 0.0
9 days ago 15 days ago
Python Python
BSD 2-clause "Simplified" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

feedparser

Posts with mentions or reviews of feedparser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-20.
  • RSS can be used to distribute all sorts of information
    9 projects | news.ycombinator.com | 20 Nov 2023
    There is JSON Feed¹ already. One of the spec writers is behind micro.blog, which is the first place I saw it(and also one of the few places I've seen it). I don't think it is a bad idea, and it doesn't take all that long to implement it.

    I have long hoped it would pick up with the JSON-ify everything crowd, just so I'd never see a non-Atom feed again. We perhaps wouldn't need sooo much of the magic that is wrapped up in packages like feedparser² to deal with all the brokeness of RSS in the wild then.

    ¹ https://www.jsonfeed.org/

    ² https://github.com/kurtmckee/feedparser

  • Help! trying to use scraping for my dissertation but I am clueless
    1 project | /r/webscraping | 6 Jul 2023
    What sites did you try? Looked into RSS yet? Many sites have RSS feeds you can use with something like https://github.com/kurtmckee/feedparser nytimes.com feeds: https://www.nytimes.com/rss
  • Newb learning GitHub & Python. Projects?
    4 projects | /r/github | 22 Jan 2023
    feedparser
  • Python Library to scrape RSS-Feeds from waybackmachine?
    1 project | /r/webscraping | 28 Dec 2022
    You can explore FeedParser too
  • looking for a project
    3 projects | /r/github | 22 Dec 2022
    feedparser is a python package receiving and parsing RSS/Atom newsfeeds. The maintainer is active but really need much more support.
  • Consulta de un Novato absoluto
    2 projects | /r/PythonEspanol | 21 Feb 2022
    Lo más sencillo que conozco para monitorizar canales de YouTube son los feeds RSS que tiene cada canal. El formato es https://www.youtube.com/feeds/videos.xml?channel_id=[CHANNEL_ID]. Si no conoces RSS, echa un vistazo en la wiki. Para leer RSSs en Python tienes feedparser (y seguramente muchas más).

requests-html

Posts with mentions or reviews of requests-html. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.

What are some alternatives?

When comparing feedparser and requests-html you can also consider the following projects:

Scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.

MechanicalSoup - A Python library for automating interaction with websites.

pyspider - A Powerful Spider(Web Crawler) System in Python.

requests - A simple, yet elegant HTTP library. [Moved to: https://github.com/psf/requests]

reader - A Python feed reader library.

RoboBrowser

Grab - Web Scraping Framework

portia - Visual scraping for Scrapy

httpx - A next generation HTTP client for Python. 🦋