https://github.com/yehuthi/deathrip
Rips full-resolution images from the Dead Sea Scrolls digital library.
https://github.com/yehuthi/deathrip
bible history israel judaism literature rust
Last synced: 2 months ago
JSON representation
Rips full-resolution images from the Dead Sea Scrolls digital library.
- Host: GitHub
- URL: https://github.com/yehuthi/deathrip
- Owner: yehuthi
- Created: 2021-11-17T14:19:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T22:16:18.000Z (over 1 year ago)
- Last Synced: 2025-02-09T15:03:37.862Z (3 months ago)
- Topics: bible, history, israel, judaism, literature, rust
- Language: Rust
- Homepage:
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# deathrip [
](https://crates.io/crates/deathrip) [
](https://docs.rs/deathrip)
> The Dead Sea Scrolls are ancient Jewish and Hebrew religious manuscripts that were found in the Qumran Caves in the Judaean Desert, near Ein Feshkha on the northern shore of the Dead Sea in the West Bank; the last scrolls discovered were found in the Cave of Horror in Israel.
>
> Created: Est. 408 BCE to 318 CE
>
> ― [Wikipedia](https://en.wikipedia.org/wiki/Dead_Sea_Scrolls)A command-line tool to download full-resolution Dead Sea Scroll images by their ID or URL in [The Dead Sea Scrolls Digital Library](https://www.deadseascrolls.org.il/).
Accept the library's [terms of service](https://www.deadseascrolls.org.il/terms) before usage.
# Installation
You can install with `cargo`:
```bash
cargo install deathrip
```Or on Windows download the latest [release](https://github.com/yehuthi/deathrip/releases).
# Usage
Simple usage:
```ps1
deathrip [-v] [-o .<"png"|"jpg">]
```E.g.
```bash
# Equivalent:
deathrip https://www.deadseascrolls.org.il/explore-the-archive/image/B-314643
deathrip B-314643# With destination:
deathrip B-314643 -o ten_commandments.jpg
```For more usage information, run with `--help`.