2024-01-25 19:12:23 +05:30
|
|
|
WattpadDownloader ([Demo](https://wpd.rambhat.la))
|
2023-12-29 03:44:46 +00:00
|
|
|
---
|
|
|
|
|
Straightforward, Extendable WebApp to download Wattpad Books as EPUB Files.
|
|
|
|
|
|
2023-12-30 19:10:19 +05:30
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stars ⭐ are appreciated. Thanks!
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
- ⚡ Lightweight Frontend and Minimal Javascript.
|
2024-07-08 12:59:49 +00:00
|
|
|
- 🪙 Supports Authentication (Download paid stories from your account!)
|
2023-12-30 19:10:19 +05:30
|
|
|
- 🌐 API Support (Visit the `/docs` path on your instance for more.)
|
2024-07-08 12:59:49 +00:00
|
|
|
- 🐇 Fast Generation, Ratelimit Handling.
|
2023-12-30 19:10:19 +05:30
|
|
|
- 🐳 Docker Support
|
|
|
|
|
- 🏷️ Generated EPUB File includes Metadata. (Dublin Core Spec)
|
2024-07-08 12:59:49 +00:00
|
|
|
- 📖 Plays well with E-Readers. (Kindle Support if KOReader present, ReMarkable, KOBO, ...)
|
2023-12-30 19:10:19 +05:30
|
|
|
- 💻 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](https://github.com/aerkalov/ebooklib) for a fast and well-documented package.
|
2023-12-29 03:44:46 +00:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
2024-07-08 12:59:49 +00:00
|
|
|
<p>TheOnlyWayUp © 2024</p>
|
2023-12-29 03:44:46 +00:00
|
|
|
</div>
|