Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjhorner/e6dl-rs
🦊 e6dl but ported to Rust because I felt like it
https://github.com/tjhorner/e6dl-rs
command-line-tool e621 e621-downloader rust
Last synced: 26 days ago
JSON representation
🦊 e6dl but ported to Rust because I felt like it
- Host: GitHub
- URL: https://github.com/tjhorner/e6dl-rs
- Owner: tjhorner
- License: mit
- Created: 2020-12-01T18:53:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T02:35:20.000Z (over 1 year ago)
- Last Synced: 2024-12-09T03:48:28.389Z (about 1 month ago)
- Topics: command-line-tool, e621, e621-downloader, rust
- Language: Rust
- Homepage: https://crates.io/crates/e6dl
- Size: 64.5 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e6dl-rs
![](https://user-images.githubusercontent.com/2646487/100818051-35aa6000-33fe-11eb-9cd6-b79e18d3fc58.gif)
This is a command line tool for downloading posts that match certain tags on e621 or e926.
It's [this](https://github.com/tjhorner/e6dl) ported to Rust, which was actually originally [ported from JS](https://github.com/tjhorner/e621-id-downloader). I am not Good At The Rust™️ yet, so I am using this project to get Good At The Rust™️. (i.e., the code is probably bad and not idiomatic). If you see areas I could improve, just let me know using an issue.
## Installation
```shell
$ cargo install e6dl
```## Usage
```
USAGE:
e6dl [FLAGS] [OPTIONS]FLAGS:
-h, --help
Prints help information-s, --sfw
Download posts from e926 instead of e621-V, --version
Prints version informationOPTIONS:
-c, --concurrency
Maximum number of concurrent downloads [default: 5]-g, --group ...
Save downloaded posts grouped by the specified grouping. You can specify multiple groupings. See:
https://github.com/tjhorner/e6dl-rs/wiki/Post-Grouping
-l, --limit
The maximum number of posts that should be retrieved per page. There is a hard limit of 320 [default: 10]-o, --out
The directory to write the downloaded posts to [default: ./out]--page
The page that will be retrieved. Can also be used with "a" or "b" + `post_id` to get the posts after or
before the specified post ID. For example, "a13" gets every post after post_id 13 up to the limit. This
overrides any ordering meta-tag; `order:id_desc` is always used instead.If used with the `pages` option, only numeric page values are allowed. [default: 1]
-p, --pages
The maximum number of pages to download.Can be used in conjunction with the `page` option to start search at a specific page. [default: 1]
ARGS:
The tags to search for, space-separated. See: https://e621.net/help/cheatsheet
```## License
MIT