{"id":26555247,"url":"https://github.com/z7pz/downloader-rs","last_synced_at":"2025-03-22T10:25:38.107Z","repository":{"id":282759674,"uuid":"949571394","full_name":"z7pz/downloader-rs","owner":"z7pz","description":"Blazingly fast file downloader written in Rust","archived":false,"fork":false,"pushed_at":"2025-03-16T18:47:03.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T19:45:00.141Z","etag":null,"topics":["cli","downloader","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z7pz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-16T18:44:21.000Z","updated_at":"2025-03-16T18:48:15.000Z","dependencies_parsed_at":"2025-03-16T19:45:01.888Z","dependency_job_id":"bccb81d7-402b-4b40-8998-8d35ba57b009","html_url":"https://github.com/z7pz/downloader-rs","commit_stats":null,"previous_names":["z7pz/downloader-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z7pz%2Fdownloader-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z7pz%2Fdownloader-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z7pz%2Fdownloader-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z7pz%2Fdownloader-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z7pz","download_url":"https://codeload.github.com/z7pz/downloader-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244940145,"owners_count":20535562,"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":["cli","downloader","rust"],"created_at":"2025-03-22T10:25:37.651Z","updated_at":"2025-03-22T10:25:38.096Z","avatar_url":"https://github.com/z7pz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Downloader\n\n## Overview\nDownloader is a blazingly fast file downloader written in Rust. It efficiently downloads files from a given URL and saves them to a specified target location. The tool provides a progress bar to track the download process.\n\n## Features\n- Fast and efficient file downloading\n- CLI support using `clap`\n- Progress tracking with `indicatif`\n- Asynchronous execution using `tokio`\n\n## Prerequisites\nTo build and run this project, you need:\n- Rust (latest stable version)\n- Cargo package manager\n\n## Installation\nClone the repository and navigate into the project directory:\n```sh\ngit clone https://github.com/yourusername/downloader.git\ncd downloader\n```\nBuild the project using Cargo:\n```sh\ncargo build --release\n```\n\n## Usage\nRun the downloader with the required arguments:\n```sh\n./target/release/downloader -u \u003cURL\u003e -t \u003cTARGET_PATH\u003e\n```\n### Example:\n```sh\n./target/release/downloader -u https://example.com/file.zip -t ./file.zip\n```\n\n## Dependencies\nThe project uses the following dependencies:\n- `clap` for command-line argument parsing\n- `reqwest` for making HTTP requests\n- `indicatif` for progress tracking\n- `tokio` for asynchronous execution\n- `tracing` for logging\n\n## License\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz7pz%2Fdownloader-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz7pz%2Fdownloader-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz7pz%2Fdownloader-rs/lists"}