AaronBenDaniel e89dc7e699 Update featured image (#13 - @AaronBenDaniel)
* update featured image

* changed page format
2024-11-03 05:02:45 +05:30
2023-12-29 02:21:45 +00:00
2024-11-03 04:52:30 +05:30
2023-12-29 03:17:02 +00:00
2023-12-29 03:07:07 +00:00

WattpadDownloader (Demo)

Straightforward, Extendable WebApp to download Wattpad Books as EPUB Files.

image

Stars are appreciated. Thanks!

Features

  • Lightweight Frontend and Minimal Javascript.
  • 🪙 Supports Authentication (Download paid stories from your account!)
  • 🌐 API Support (Visit the /docs path on your instance for more.)
  • 🐇 Fast Generation, Ratelimit Handling.
  • 🐳 Docker Support
  • 🏷️ Generated EPUB File includes Metadata. (Dublin Core Spec)
  • 📖 Plays well with E-Readers. (Kindle Support if KOReader present, ReMarkable, KOBO, ...)
  • 💻 Easily Hackable. Extend with ease.

Set Up

  1. Clone the repository: git clone https://github.com/TheOnlyWayUp/WattpadDownloader/ && cd WattpadDownloader
  2. Build the image: docker build . -t 'wp_downloader' (This takes about 2 Minutes)
  3. Run the Container: docker run -d -p 5042:80 wp_downloader

That's it! You can use your instance at http://localhost:5042. API Documentation is available at http://localhost:5042/docs.


My thanks to aerkalov/ebooklib for a fast and well-documented package.


TheOnlyWayUp © 2024

S
Description
Wattpad Books to EPUB Files. 🪙Download Paid Stories! Metadata and Cover Support 🏷️, Lightweight Frontend 🐇, Dockerized 🐳, Rapid Generation , API Support 🌐
Readme 20 MiB
Languages
Svelte 69.1%
Python 22.3%
CSS 4.8%
HTML 2.8%
Dockerfile 0.7%
Other 0.3%