Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sipsuru/wp-downloader-electron
- Owner: sipsuru
- License: other
- Created: 2024-11-10T17:49:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:55:33.000Z (about 2 months ago)
- Last Synced: 2024-11-20T11:43:35.871Z (about 2 months ago)
- Topics: book, book-downloader, books, books-downloader, downloader, e-book, e-books, html, online, online-books, pdf, story, story-downloader, storybook, wp
- Language: JavaScript
- Homepage: https://wpdl.us/desktop
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```