{"id":25242293,"url":"https://github.com/daveallie/grapple","last_synced_at":"2025-08-06T10:04:58.875Z","repository":{"id":62439759,"uuid":"84435321","full_name":"daveallie/grapple","owner":"daveallie","description":"Interruptible download accelerator, with Basic and Digest Authentication support, written in Rust.","archived":false,"fork":false,"pushed_at":"2023-08-27T06:49:08.000Z","size":5827,"stargazers_count":26,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-29T07:38:31.026Z","etag":null,"topics":["download-accelerator","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daveallie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-09T11:38:32.000Z","updated_at":"2024-10-10T17:53:04.000Z","dependencies_parsed_at":"2022-11-01T23:33:20.964Z","dependency_job_id":null,"html_url":"https://github.com/daveallie/grapple","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/daveallie/grapple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveallie%2Fgrapple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveallie%2Fgrapple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveallie%2Fgrapple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveallie%2Fgrapple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daveallie","download_url":"https://codeload.github.com/daveallie/grapple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daveallie%2Fgrapple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269058928,"owners_count":24352717,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["download-accelerator","downloader","rust"],"created_at":"2025-02-11T22:07:57.054Z","updated_at":"2025-08-06T10:04:58.848Z","avatar_url":"https://github.com/daveallie.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grapple\n\n[![Build Status](https://travis-ci.org/daveallie/grapple.svg?branch=master)](https://travis-ci.org/daveallie/grapple)\n[![Latest version](https://img.shields.io/crates/v/grapple.svg)](https://crates.io/crates/grapple)\n\nInterruptible, download accelerator, with Basic and Digest Authentication support, written in Rust.\n\n![grapple usage](docs/grapple.gif)\n\n## Installation\n\n### Installation through cargo\n\n1. Install [Rustup](https://rustup.rs/)\n2. Run\n\n```bash\ncargo install grapple\n```\n\n### Installing binary manually\n\n1. Download the zipped binary for your platform from the [latest release](https://github.com/daveallie/grapple/releases/latest) page.\n2. Copy or symlink the binary to `/usr/local/bin` or place it on your `PATH`.\n\n## Usage\n\n```text\n$ grapple --help\nGrapple 0.3.0\nDave Allie\nFast, interruptible file downloader in Rust\n\nUSAGE:\n    grapple [OPTIONS] \u003cURI\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -p, --parts \u003cPARTS\u003e\n            Set part count, defaults to the thread count. Cannot be less than the thread count.\n\n    -P, --password \u003cPASSWORD\u003e                    Password to use in authentication. Overrides password if set in URI.\n        --thread-bandwidth \u003cTHREAD_BANDWIDTH\u003e    Per thread bandwidth in kB/s\n    -t, --threads \u003cTHREADS\u003e                      Set thread count, defaults to 10.\n    -u, --username \u003cUSERNAME\u003e                    Username to use in authentication. Overrides username in URI.\n\nARGS:\n    \u003cURI\u003e    URI of file to download\n```\n\n## Contributing\n\n1. Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -am 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request :D\n\n### Development\n\n1. Install [Vagrant](https://www.vagrantup.com/downloads.html)\n- Navigate to the development directory\n- Run `vagrant up`\n- Run `vagrant ssh`\n- Project will be in the `~/grapple` folder\n- Run `cargo build` to build the source\n\n## License\n\nThe project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaveallie%2Fgrapple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaveallie%2Fgrapple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaveallie%2Fgrapple/lists"}