dlrs/README.md

34 lines
846 B
Markdown
Raw Normal View History

2022-06-06 15:55:33 +02:00
<div align="center">
2023-04-12 00:55:51 +02:00
<span><img src="https://github.com/17ms/rusty-downloader/blob/master/doc/ferris.png" width="400"></span>
2022-06-06 15:55:33 +02:00
</div>
2023-04-12 00:55:51 +02:00
## Imageboard downloader in Rust
2022-06-06 15:55:33 +02:00
<p align="left">
<a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg"></a>
</p>
### Installation and usage
Build and run with
```shell
cargo run -- <OPTIONS>
```
```shell
USAGE:
rusty-downloader --output <PATH> <--thread <URL>|--board <URL>>
OPTIONS:
-b, --board <URL> Set a board URL
-h, --help Print help information
-o, --output <PATH> Set an output directory
-t, --thread <URL> Set a thread URL
-V, --version Print version information
```
2022-06-08 02:40:38 +02:00
### Dependencies
2023-04-12 00:55:51 +02:00
![DependenciesGraph](https://github.com/17ms/rusty-downloader/blob/master/doc/structure.svg)