Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
/ save-z0r Public archive

Because those loops are too epic to let them go!

Notifications You must be signed in to change notification settings

hadronized/save-z0r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Save z0r.de

How to build

You need Rust. It’s recommended to install Rust via rustup.

Then, simply run the following commands:

git clone https://github.com/phaazon/save-z0r
cd save-z0r
cargo build --release

How to use

This project contains a scrapper you can use to scrap loops from z0r.de. Just give it the the --from and --to argument to scrap ranges of loops.

If you don’t provide those arguments, --from defaults to 0 and --to defaults to 7911.

Currently, the scrapper only downloads the loops and puts them in your download directory. You can use the --dest-dir switch to put them in another directory.

Consult --help for further information on how to use the scrapper.

You can run the scrapper with the simple cargo run --release -- command (put your argument after a space after --.). For instance:

cargo run --release -- --to 10

Will download the first 11 (from 0 to 10) loops.

About

Because those loops are too epic to let them go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages