url-to-epub VS zimit

Compare url-to-epub vs zimit and see what are their differences.

url-to-epub

A simple script that generates an EPUB from a single URL, zero-config (by captn3m0)

zimit

Make a ZIM file from any Web site and surf offline! (by openzim)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
url-to-epub zimit
1 9
13 233
- 5.2%
0.0 7.6
almost 2 years ago 14 days ago
JavaScript Python
MIT License GNU General Public License v3.0 only
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.

url-to-epub

Posts with mentions or reviews of url-to-epub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-10.
  • Reading from the web offline and distraction-free
    7 projects | news.ycombinator.com | 10 Oct 2021
    I do a lot of this work[3] (web to documents) and it's interesting to see other approaches. The medium image problem is something I've faced as well, but never got around to fixing. I'm planning to get a Remarkable soon, so will definitely be trying this out.

    My personal solution has been https://github.com/captn3m0/url-to-epub/ (Node/readability), which I've tested against the entirety of Tor's original fiction collection[0] where it performs well enough (I'm biased). Another tool that does this beautifully well is percollate[1], but it doesn't give enough control of the metadata to the user - something I really care about.

    I've also started to use rdrview[2], which is a C-port of the current Firefox implementation of "reader view". It is very unix-y, so it is easy to pipe content to it (I usually run it through tidy first). Quite helpful in building web-archiving or web-to-pdf or web-to-kindle pipelines easily.

    [0]: https://www.tor.com/category/all-fiction/original-fiction/

    [1]: https://github.com/danburzo/percollate

    [2]: https://github.com/eafer/rdrview

    [3]: https://captnemo.in/ebooks/

zimit

Posts with mentions or reviews of zimit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-15.
  • Zim vs WARC ?
    2 projects | /r/Kiwix | 15 Nov 2022
    There are clearly similarities between the two, given that Kiwix put resources into making WARC content available in ZIM archives (i.e. Zimit-style ZIMs, created with the Zimit scraper and warc2zim backend). But as u/IMayBeABitShy said, the ZIM specification focuses on providing a highly compressed container that is readable on-the-fly (i.e. by decompressing only the needed content to show an article), whereas WARC, or rather the compressed version WACZ, is merely a zipped version of the WARC data (request headers and responses). It is also readable on-the-fly, but compression will not be as optimal as the zstandard compression used by modern ZIM archives.
  • What's the "best" way to make your own ZIMs (in docker)?
    2 projects | /r/Kiwix | 21 Oct 2022
    I'm looking at making my own ZIM though not sure the best way to go about it. I've seen zimit on Github and the mwoffliner on Github too.
  • How do I zimit listings with slideshows?
    2 projects | /r/Kiwix | 21 Jul 2022
    You would have more chances at getting a technical reply to your technical issue by hitting https://github.com/openzim/zimit/issues I believe
  • Openzim/zimit using docker on Windows 10; mounting the volume with the complete .zim file works how exactly?
    1 project | /r/Kiwix | 11 Jul 2022
    The zimit readme says it uses /output as the default directory, so we can use that as the name for our docker's volume.
  • Prepping for the end of the internet.
    5 projects | /r/preppers | 16 Jun 2022
    Zimit. This tool allows you to convert an existing website into an offline ZIM archive. https://hub.docker.com/r/openzim/zimit
  • Reading from the web offline and distraction-free
    7 projects | news.ycombinator.com | 10 Oct 2021
    which worked quite well for most sites, but still very far from a general-purpose solution.

    There is also more powerful/general-purpose scraper that generates a ZIM file here: https://github.com/openzim/zimit

    It would be really nice to a "common" scraper code base that takes care of scraping (possibly with a real headless browser) and outputs all assets as files + info as JSON. This common code base could then be used by all kinds of programs to package the content as standalone HTML zip files, ePub, ZIM, or even PDF for crazy people like me who like to print things ;)

  • You can now create your own zim files!
    1 project | /r/Kiwix | 22 Dec 2020
    There is a limit at 1,000 items for each zim because we don’t want to DDoS unsuspecting websites with requests; and also would not be able to afford the bill If it becomes as popular as we think it will be. But since this is free software, you can obviously cut the middleman by copying, studying, modifying and redistributing the code that can be found here: https://github.com/openzim/zimit or contact us directly and get the full thing for a small fee (tbd, but this should not be a blocker for legitimate uses).
  • We Developed A Tool To Make A Copy Of Most
    1 project | /r/DataHoarder | 21 Dec 2020
    Documentation is available at github.com/openzim/zimit and github.com/kiwix (there's a repo for each platform, kiwix-serve and android are the ones to look at atm for integration of service workers)

What are some alternatives?

When comparing url-to-epub and zimit you can also consider the following projects:

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

rdrview - Firefox Reader View as a command line tool

ricecooker - Python library for creating Kolibri channels and uploading to Studio

instascrape - Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically

zim-plugin-instantsearch - Search as you type in Zim, in similar manner to OneNote Ctrl+E.

gazpacho - 🥫 The simple, fast, and modern web scraping library

nautilus - Turns a collection of documents into a browsable ZIM file

mwoffliner - Mediawiki scraper: all your wiki articles in one highly compressed ZIM file

warc2zim - Command line tool to convert a file in the WARC format to a file in the ZIM format