{"id":13437106,"url":"https://github.com/k0pernicus/zou","last_synced_at":"2025-03-19T06:30:38.216Z","repository":{"id":48519131,"uuid":"93546946","full_name":"k0pernicus/zou","owner":"k0pernicus","description":"A simple and fast download accelerator, written in Rust","archived":true,"fork":false,"pushed_at":"2017-12-20T21:06:41.000Z","size":60,"stargazers_count":174,"open_issues_count":4,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-14T21:03:34.091Z","etag":null,"topics":["accelerator","download","fun","mit","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k0pernicus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-06T17:46:43.000Z","updated_at":"2025-01-31T08:13:14.000Z","dependencies_parsed_at":"2022-08-31T08:11:23.326Z","dependency_job_id":null,"html_url":"https://github.com/k0pernicus/zou","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0pernicus%2Fzou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0pernicus%2Fzou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0pernicus%2Fzou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0pernicus%2Fzou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0pernicus","download_url":"https://codeload.github.com/k0pernicus/zou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244370789,"owners_count":20442304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accelerator","download","fun","mit","rust"],"created_at":"2024-07-31T03:00:54.354Z","updated_at":"2025-03-19T06:30:38.201Z","avatar_url":"https://github.com/k0pernicus.png","language":"Rust","funding_links":[],"categories":["Rust","Applications","应用","应用 Applications"],"sub_categories":["System tools","系统工具 System tools","系统工具"],"readme":"# zou\nA simple and fast download accelerator, written in Rust\n\nZou is a [Snatch](https://github.com/derniercri/snatch) fork by [@k0pernicus](https://github.com/k0pernicus).\nSnatch is a fast and interruptable download accelerator, written in Rust, from [@k0pernicus](https://github.com/k0pernicus) and [@Jean-Serge](https://github.com/Jean-Serge).\n\n## Current features\n\n* **Simple**: a command line tool to manage easily your downloads ;\n* **Fast**: multithreading support ;\n* **Interruptable**: _work in progress_.\n\n**NOTE**: _Zou_ is on _alpha_ version.\nThis version runs well on remote contents with a length known **before** the download (with the `content-length` header from the server response).\n\n## Goal\n\nLet's build a better `wget` (in Rust)!\n\n## Installation\n\n1. Install Rust and Cargo using [rustup](https://www.rustup.rs/) ;\n2. You can download two versions of _Zou_ :  \n  * the latest build from [crates.io](https://crates.io/): `cargo install zou` ;\n  * the last commit version from Github: `cargo install --git https://github.com/k0pernicus/zou.git --branch devel` ;\n3. Enjoy !\n\n## Usage\n\n```\nZou 0.2.0\nZou, a simple and fast download accelerator, written in Rust.\n\nUSAGE:\n    zou [FLAGS] [OPTIONS] \u003curl\u003e\n\nFLAGS:\n    -d, --debug          Active the debug mode\n        --force          Assume Yes to all queries and do not prompt\n    -h, --help           Prints help information\n    -s, --ssl_support    Switch to an SSL client\n    -V, --version        Prints version information\n\nOPTIONS:\n    -o, --output \u003coutput\u003e         Specify the local output\n    -t, --threads \u003cthreads\u003e       Threads which can use to download\n\nARGS:\n    \u003curl\u003e\n```\n\n## File examples\n\n* [A simple PDF file](http://www.cbu.edu.zm/downloads/pdf-sample.pdf)\n* [Big Buck Bunny](http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_stereo_abl.mp4), a big free mp4 file\n* [The cat DNA](http://hgdownload.cse.ucsc.edu/goldenPath/felCat8/bigZips/felCat8.fa.gz), a big .gz file\n* [A big PDF file from Princeton](http://scholar.princeton.edu/sites/default/files/oversize_pdf_test_0.pdf)\n\n## Contributing\n\nYou want to contribute to _Zou_ ?\nHere are a few ways you can help us out :\n\n* test and deploy automatically the beta and stable binaries (with Travis for example),\n* improve the documentation,\n* improve the CLI,\n* add new features (please to see our issues),\n* report bugs.\n\nIf you want to create a pull request, this is the procedure to make it great:\n\n* create an issue to explain the problem you encountered (except for typo),\n* fork the project,\n* create a local branch to make changes (from our `devel` branch),\n* test your changes,\n* create a pull request (please compare it with our `devel` branch),\n* explain your changes,\n* submit !\n\nThank you for your interest in contributing to _Zou_ ! :-D\n\n## FAQ\n\n* Why this fork ?\nSnatch has been developed when I was a R\u0026D engineer at [DernierCri](https://derniercri.io) - it was a \"just-for-fun\" project.\nToday, I do not work anymore in/with this startup, and I want to experiment something different.  \n`Zou` is now a fun way to hack with Rust! :-)\n\n* Libraries cannot be build\nPlease go check if you are using the latest version of `rustc` (stable), running `rustup update`.\n\n* `fatal error: 'openssl/hmac.h' file not found`\nIf you are on a GNU/Linux distribution (like Ubuntu), please install `libssl-dev`.\nIf you are on macOS, please install `openssl` and check your OpenSSL configuration:\n\n```\nbrew install openssl\nexport OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include\nexport OPENSSL_LIB_DIR=`brew --prefix openssl`/lib\nexport DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0pernicus%2Fzou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0pernicus%2Fzou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0pernicus%2Fzou/lists"}