WattpadDownloader (Demo)
Straightforward, Extendable WebApp to download Wattpad Books as EPUB Files.
Stars β are appreciated. Thanks!
- β‘ 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.
- Clone the repository:
git clone https://github.com/TheOnlyWayUp/WattpadDownloader/ && cd WattpadDownloader
- Build the image:
docker build . -t 'wp_downloader'
(This takes about 2 Minutes) - 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