Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sipsuru/wp-downloader-electron

Wattpad Downloader (A website to download wp stories) -> Wrapped in Electron
https://github.com/sipsuru/wp-downloader-electron

book book-downloader books books-downloader downloader e-book e-books html online online-books pdf story story-downloader storybook wp

Last synced: about 2 months ago
JSON representation

Wattpad Downloader (A website to download wp stories) -> Wrapped in Electron

Awesome Lists containing this project

README

        


WPDL Logo

WP-Downloader Electron


Make everything so simple.



A minimal Electron application with JavaScript for WP Downloader - Download WP stories for e-book readers, smartphones, desktop and more for free!



> [!NOTE]
> This's a electron wrapper around [original server app](https://github.com/MaximilianGT500/wp-downloader) of WP-Downloader. So users don't need to install node.js, node-modules or run with cli.


---


- ## Just Use

- ### Downlod Binaries
You can download latest binaries from [GitHub releases](https://github.com/sipsuru/wp-downloader-electron/releases).


---

> [!TIP]
> For additional information on [wp-downloader](https://github.com/MaximilianGT500/wp-downloader) source repo, visit [source repo](https://github.com/MaximilianGT500/wp-downloader)


- ## Build Status
- [![WPDL-Electron Build (Non Artifacts)](https://github.com/sipsuru/wp-downloader-electron/actions/workflows/build.yml/badge.svg)](https://github.com/sipsuru/wp-downloader-electron/actions/workflows/build.yml)
- [![WPDL-Electron Build Artifacts](https://github.com/sipsuru/wp-downloader-electron/actions/workflows/build-artifacts.yml/badge.svg)](https://github.com/sipsuru/wp-downloader-electron/actions/workflows/build-artifacts.yml)


- ## Project Setup

- ### Install

```bash
$ npm install
```

- ### Development

```bash
$ npm run dev
```

- ### Build Unpack

```bash
# For Running OS
$ npm run build:unpack
```

- ### Build

```bash
# For Windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
```