{"id":15149904,"url":"https://github.com/solun-pm/cli","last_synced_at":"2026-02-09T17:31:37.035Z","repository":{"id":208596386,"uuid":"721655082","full_name":"solun-pm/cli","owner":"solun-pm","description":"Solun-CLI is a command line interface tool for uploading and downloading files from Solun.","archived":false,"fork":false,"pushed_at":"2023-11-24T00:13:08.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T19:50:38.601Z","etag":null,"topics":["automatic-deletion","brute-force-protection","cli","cli-tool","end-to-end-encryption","file-management","file-sharing","file-transfer","file-upload","password","python","secure-upload","solun"],"latest_commit_sha":null,"homepage":"https://solun.pm","language":"Python","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/solun-pm.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":"2023-11-21T14:01:27.000Z","updated_at":"2023-11-24T00:15:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6eabda5-5c81-4cce-bf0f-d65cf65dd5a1","html_url":"https://github.com/solun-pm/cli","commit_stats":null,"previous_names":["solun-pm/cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solun-pm/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solun-pm%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solun-pm%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solun-pm%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solun-pm%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solun-pm","download_url":"https://codeload.github.com/solun-pm/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solun-pm%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29273665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automatic-deletion","brute-force-protection","cli","cli-tool","end-to-end-encryption","file-management","file-sharing","file-transfer","file-upload","password","python","secure-upload","solun"],"created_at":"2024-09-26T14:01:31.691Z","updated_at":"2026-02-09T17:31:37.003Z","avatar_url":"https://github.com/solun-pm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solun-CLI\n\nSolun-CLI is a command line interface tool for uploading and downloading files from Solun.\n\n## Installation\n\nClone the repository and navigate to the project directory:\n\n```bash\ncd cli\npip install .\n```\n\n## Usage\nThe `solun` command can be used to upload files with optional settings for brute force protection, password, end-to-end encryption, and auto deletion.\nThe `solun` download command can be also used to download files from Solun.\n\n### Basic Upload\nUpload a file:\n\n```bash\nsolun file -p /path/to/your/file\n```\n\n### Advanced Upload\nUpload a file with brute force protection, a password, end-to-end encryption, and set an auto deletion parameter:\n\n```bash\nsolun file -p /path/to/your/file -b -pw \"YourPassword\" -e2e -ad 1d\n```\n\n### Download\nDownload a file:\n\n```bash\nsolun download -l https://solun.pm/file/xyz\n```\n\n## Arguments\n* -p, --path: Path to the file to be uploaded.\n* -b, --bruteforceSafe: Enable brute force protection (default: disabled).\n* -pw, --password: Set a password for the file (default: None).\n* -e2e, --endToEndEncryption: Enable end-to-end encryption (default: disabled).\n* -ad, --autoDeletion: Set auto deletion parameter. Options: download, 1d, 1w, 1m, 3m, 6m, 1y, never (default: download).\n* -l, --link: Link to the file to be downloaded.\n\n## Build and Publish\n\nTo build the package, first install the build tool with:\n\n```bash\npip install build\n```\n\nThen run the following command in the root directory of the project:\n\n```bash\npython3 -m build\n```\n\nThis will generate distribution files in the dist directory that you can publish to PyPI.\nBefore publishing the package, ensure any previous build artifacts are cleared to avoid errors:\n\n```bash\nrm -rf solun.egg-info\n```\n\nTo publish the package to PyPI, use the following twine command (make sure twine is installed using pip install twine):\n```bash\ntwine upload dist/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolun-pm%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolun-pm%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolun-pm%2Fcli/lists"}