ReadabiliPy VS Readability4J

Compare ReadabiliPy vs Readability4J and see what are their differences.

ReadabiliPy

A simple HTML content extractor in Python. Can be run as a wrapper for Mozilla's Readability.js package or in pure-python mode. (by alan-turing-institute)

Readability4J

A Kotlin port of Mozilla‘s Readability. It extracts a website‘s relevant content and removes all clutter from it. (by dankito)
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
ReadabiliPy Readability4J
1 3
185 135
7.0% -
2.0 4.3
9 months ago over 2 years ago
HTML HTML
MIT License Apache License 2.0
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.

ReadabiliPy

Posts with mentions or reviews of ReadabiliPy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-25.
  • Mozilla: Readability.js
    8 projects | news.ycombinator.com | 25 Feb 2024
    I have used and love readability.js. I used it in an application that lets you run various NLP analyses over a web page (surprisals, reading time, word counts, etc.). For that, I needed only the main page content. readability.js retrieves main page content well, consistently.

    The Alan Turing Institute maintains a Python wrapper around readability.js, too: https://github.com/alan-turing-institute/ReadabiliPy.

Readability4J

Posts with mentions or reviews of Readability4J. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Creating an advanced search engine with PostgreSQL
    9 projects | news.ycombinator.com | 12 Jul 2023
    Depending upon the type of content, one might want to look into using the Readability (Browder's reader view) to parse the webpage. It will give you all the useful info without the junk. Then you can put it in the DB as needed.

    https://github.com/mozilla/readability

    Btw, readability, is also available in few other languages like Kotlin:

    https://github.com/dankito/Readability4J

  • How does Firefox's Reader View work?
    15 projects | news.ycombinator.com | 30 Mar 2022
    My Hacker News client HACK for iOS and Android has a reader mode ability browser. While on iOS, I was able to use the reader mode feature provided by SFSafariViewController, that wasn't available on android.

    So I had to read a ton about this. I ended up using a heavily modified Kotlin version of Readability:

    https://github.com/dankito/Readability4J

    https://play.google.com/store/apps/details?id=com.pranapps.h...

    https://apps.apple.com/us/app/id1464477788

  • Show HN: Instantly Listen to Any URL
    3 projects | news.ycombinator.com | 13 Aug 2021
    Not sure about OP but I just implemented this in my Hacker News android client (thanks for the idea OP).

    This is how I implemented it. I had already achieved article to "reader mode" by heavily customizing the Kotlin port of Mozilla‘s Readability:

    https://github.com/dankito/Readability4J

    Then I pass the text via Android's TextToSpeech library and it works very well:

        fun trySpeaking(str:String){

What are some alternatives?

When comparing ReadabiliPy and Readability4J you can also consider the following projects:

go-readability - Go package that cleans a HTML page for better readability.

article-extractor - To extract main article from given URL with Node.js

Just-Read - A customizable read mode web extension.

percollate - A command-line tool to turn web pages into readable PDF, EPUB, HTML, or Markdown docs.

web-clipper - For Notion,OneNote,Bear,Yuque,Joplin。Clip anything to anywhere

unclutter - A modern reader mode and article library for your browser.

go-domdistiller - Go-DomDistiller is a Go port of the DOM Distiller library which implements Reader mode in Chrome for Android and Desktop. It has no dependencies on Chromium and is meant to run as a command line program or on a server.

knowledge - A knowledge daemon to collect ideas and auto organize them, with SQLite

go-dateparser - go parser for human readable dates ported from the dateparser python package

readable - 📖 A service for reading long-form content on any device

soup-strainer - A reimplementation of the Readability/Decruft algorithm using BeautifulSoup and html5lib

Advocate - An SSRF-preventing wrapper around Python's requests library. Advocate is no longer maintained, please fork and rename if you would like to continue work on it.