{"id":19517990,"url":"https://github.com/henrybarreto/parachute","last_synced_at":"2025-02-26T00:13:34.507Z","repository":{"id":53246837,"uuid":"521328682","full_name":"henrybarreto/parachute","owner":"henrybarreto","description":"Parachute is a simple and fast way to share files.","archived":false,"fork":false,"pushed_at":"2023-05-07T21:47:13.000Z","size":34,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T05:55:57.514Z","etag":null,"topics":["airdrop","anonymous","client","download","file","hacktoberfest","rust","server","share","upload"],"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/henrybarreto.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-08-04T15:56:43.000Z","updated_at":"2022-10-09T13:39:44.000Z","dependencies_parsed_at":"2023-01-19T17:32:04.802Z","dependency_job_id":null,"html_url":"https://github.com/henrybarreto/parachute","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrybarreto%2Fparachute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrybarreto%2Fparachute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrybarreto%2Fparachute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrybarreto%2Fparachute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henrybarreto","download_url":"https://codeload.github.com/henrybarreto/parachute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766610,"owners_count":19854119,"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":["airdrop","anonymous","client","download","file","hacktoberfest","rust","server","share","upload"],"created_at":"2024-11-11T00:07:52.774Z","updated_at":"2025-02-26T00:13:34.454Z","avatar_url":"https://github.com/henrybarreto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parachute\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/23109089/182893857-0d20157e-4d4e-4eb3-ba24-a13273723b54.png#gh-dark-mode-only\" alt=\"WK's dark logo\" /\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/23109089/182894503-df2aca1c-500e-4b12-b733-3dd2f60aec08.png#gh-light-mode-only\" alt=\"WK's light logo\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eParachute is a simple and fast way to delivery files to friends.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white\"/\u003e\n\u003cimg src=\"https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge\u0026logo=redis\u0026logoColor=white\"/\u003e\n\u003c/p\u003e\n\n## How to use\n\n\u003e NOTICE: The CLI interface isn't implemented yet. Currently, you can run the `server` and the `client` as standalone binaries.\n\n### Server\nStarting a Parachute server.\n\n```\nparachute server\n```\n\n### Client\n\n#### Upload\n\nSends a photo to the server.\n```\nparachute client upload photo.jpeg\n```\n\nSends a photo to the server with a password.\n```\nparachute client upload -p Example123 photo.jpeg\n```\n\nSends a photo to the server with a limit number of downloads or lifetime.\n```\nparachute client upload -t 1 photo.jpeg\n```\n\nSends a photo to the server with an address allowed.\n```\nparachute client upload -a 127.0.0.1 photo.jpeg\n```\n\n#### Download\n\nGets a file from the server.\n```\nparachute client download 00000000-0000-0000-0000-000000000000 \n```\n\nGets a file from the server when it has a password.\n```\nparachute client download -p Example123 00000000-0000-0000-0000-000000000000 \n```\n\nGets a file from the server only when it matches to a hash.\n```\nparachute client download -h 1a79a4d60de6718e8e5b326e338ae533 00000000-0000-0000-0000-000000000000 \n```\n\n## Protocol\n\nParachute is a relative simple client-server protocol what runs over the TCP protocol. \n\nIt sends a file with some flags, case signed by user, to the server. The server saves it into a volatile database to\nbe downloaded when required. It checks the flags, executing needed validation, logic and callbacks when that download\nis requested.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrybarreto%2Fparachute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenrybarreto%2Fparachute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrybarreto%2Fparachute/lists"}