{"id":13723279,"url":"https://github.com/albinvar/anonfiles-cli","last_synced_at":"2025-05-07T16:32:41.223Z","repository":{"id":45055794,"uuid":"386950683","full_name":"albinvar/anonfiles-cli","owner":"albinvar","description":"An awesome console application built using php which can upload and download files using anonfiles.com api directly from your terminal.","archived":true,"fork":false,"pushed_at":"2023-03-06T18:33:31.000Z","size":12884,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T11:02:51.042Z","etag":null,"topics":["anonfiles","anonfiles-cli","cli","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/albinvar.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-07-17T13:52:57.000Z","updated_at":"2024-03-27T06:31:06.000Z","dependencies_parsed_at":"2024-01-06T14:08:05.461Z","dependency_job_id":"f2933aa1-aa03-4720-ad63-8f93fa240a0b","html_url":"https://github.com/albinvar/anonfiles-cli","commit_stats":{"total_commits":66,"total_committers":2,"mean_commits":33.0,"dds":0.09090909090909094,"last_synced_commit":"20c1a1e1f5325497124f45a4abbcb6598ef4be68"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fanonfiles-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fanonfiles-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fanonfiles-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fanonfiles-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albinvar","download_url":"https://codeload.github.com/albinvar/anonfiles-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252915507,"owners_count":21824581,"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":["anonfiles","anonfiles-cli","cli","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","php"],"created_at":"2024-08-03T01:01:38.416Z","updated_at":"2025-05-07T16:32:36.209Z","avatar_url":"https://github.com/albinvar.png","language":"PHP","funding_links":[],"categories":["Projects using Laravel Zero"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Anonfiles CLI \u003c/h1\u003e \u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://anonfiles.com/\"\u003e\n    \u003cimg src=\"https://i.ibb.co/kJY81TL/Anon-Files.png\" alt=\"logo\" width=\"190\" border=\"0\"\u003e\n  \u003c/a\u003e\n\n\u003cbr\u003e \n\n\u003cimg src=\"https://img.shields.io/github/v/release/albinvar/anonfiles-cli\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/albinvar/anonfiles-cli\"\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/apm/l/Github\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nAnon Files CLI can upload and download files from anonfiles.com API within your command line interface.\n\n## Features\n\n- Upload your files directly from CLI.\n- Rename before uploading.\n- Download your files directly to a specified folder. \n\n## Installation\n\n- download the phar file to your machine.\n\n##### using CURL\n\n```curl\ncurl -s https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -o anonfiles\n\n```\n##### using wget\n```wget\nwget https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -O anonfiles\n```\n\n#####  composer \nRemember, installing with composer requires each and every libraries to be downloaded first.\n\n```\ncomposer global require albinvar/anonfiles-cli\n```\n\n## Usage\n\nUsing anonfiles CLI is very simple. \n\nits better to include the cli to your bin of your specified OS.\n\n```\nphp anonfiles\n```\n\n##### Upload a file\n\n```\nphp anonfiles upload image.jpeg\n```\n\nyou can also upload your files through socks5  proxy. by default its configured at `socks5h://127.0.0.1:9050`. It will be customisable in future updates.\n\nyou may now upload the files using  `--tor` option.\n\n```\nphp anonfiles upload folder/image.jpeg --tor\n```\n\n\n##### Download a file\n\ndownloading a file is simple,\n\n```\nphp anonfiles download https://anonfiles.com/u1C0ebc4b0\n```\n\n- the link should be only from anonfiles.com\n\nyou may use `--path` option to change your download path.\n\n```\nphp anonfiles download https://anonfiles.com/u1C0ebc4b0 --path=\"/sdcard/downloads\"\n```\n\nsimilarly, you can also download your files using tor socks proxy using `--tor` option.\n\n```\nphp anonfiles download https://anonfiles.com/u1C0ebc4b0  --tor\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\nThe project is certified using [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinvar%2Fanonfiles-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbinvar%2Fanonfiles-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinvar%2Fanonfiles-cli/lists"}