Skip to content

Wattpad Books to EPUB Files. Metadata and Cover Support 🏷️, Lightweight Frontend πŸ‡, Dockerized 🐳, Rapid Generation ⚑, API Support 🌐

Notifications You must be signed in to change notification settings

Archive-WP/WattpadDownloader

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WattpadDownloader

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

image

Stars ⭐ are appreciated. Thanks!

Features

  • ⚑ Lightweight Frontend and Minimal Javascript.
  • 🌐 API Support (Visit the /docs path on your instance for more.)
  • πŸ‡ Fast Generation, Basic Ratelimit Handling.
  • 🐳 Docker Support
  • 🏷️ Generated EPUB File includes Metadata. (Dublin Core Spec)
  • πŸ“– Plays well with E-Readers. (Kindle Support if KOReader present)
  • πŸ’» 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 Β© 2023

About

Wattpad Books to EPUB Files. Metadata and Cover Support 🏷️, Lightweight Frontend πŸ‡, Dockerized 🐳, Rapid Generation ⚑, API Support 🌐

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • Svelte 20.4%
  • JavaScript 13.2%
  • Dockerfile 3.9%
  • HTML 3.1%
  • CSS 1.0%