https://github.com/nicohman/rust-wildbow-scraper
Automatically scrapes wildbow's web serials and compiles them into ebooks
https://github.com/nicohman/rust-wildbow-scraper
pact rust-wildbow-scraper twig ward wildbow worm
Last synced: 29 days ago
JSON representation
Automatically scrapes wildbow's web serials and compiles them into ebooks
- Host: GitHub
- URL: https://github.com/nicohman/rust-wildbow-scraper
- Owner: nicohman
- License: gpl-3.0
- Created: 2018-05-23T14:43:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T06:58:28.000Z (6 months ago)
- Last Synced: 2025-03-29T13:08:58.196Z (about 1 month ago)
- Topics: pact, rust-wildbow-scraper, twig, ward, wildbow, worm
- Language: Rust
- Homepage:
- Size: 246 KB
- Stars: 98
- Watchers: 8
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-wildbow-scraper
Automatically scrapes wildbow's web serials and compiles them into ebooks
## Available Serials
- Worm
- Pact
- Twig
- Glow-worm
- Ward
- Pale
- Claw## Installation
You'll need [cargo](https://github.com/rust-lang/cargo) installed. Run:
`git clone https://github.com/nicohman/rust-wildbow-scraper.git && cd rust-wildbow-scraper`
` cargo install --path .`
### Build Dependencies
- `rustc`
- `libssl-dev`(On Ubuntu, see [here](https://docs.rs/openssl/latest/openssl/) for other distros)
- `pkg-config`## Usage
Run `rust-wildbow-scraper --help` to view the list of commands:
```
USAGE:
rust-wildbow-scraper [FLAGS] [OPTIONS]FLAGS:
-a, --all Scrape them all?
-x, --claw Scrape Claw?
-g, --glow-worm Scrape Glow Worm?
-h, --help Prints help information
-p, --pact Scrape Pact?
-l, --pale Scrape Pale?
-t, --twig Scrape Twig?
-V, --version Prints version information
-r, --ward Scrape Ward?
-w, --worm Scrape Worm?OPTIONS:
-c, --covers Get covers? Default is to prompt for each book
-o, --output Different output path? Default is present working directory
```When scraping a book, it'll ask you if you want to include a cover. These are fanart covers and not made or associated with me in any way. The program automatically downloads them from other places and does not have them included.