{"id":16157701,"url":"https://github.com/leynier/gh-folder-download","last_synced_at":"2026-03-10T18:33:27.327Z","repository":{"id":57753138,"uuid":"527449448","full_name":"leynier/gh-folder-download","owner":"leynier","description":"A command line application (CLI) to download only a specific folder without downloading the full repository implemented with Python using Typer and GitHub API.","archived":false,"fork":false,"pushed_at":"2025-12-28T04:17:19.000Z","size":478,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T12:35:02.052Z","etag":null,"topics":["cli","cli-app","github-api","github-download-tool","github-downloader","python","rich","typer","typer-cli"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gh-folder-download","language":"Python","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/leynier.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license","code_of_conduct":"code_of_conduct.md","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,"zenodo":null}},"created_at":"2022-08-22T07:02:55.000Z","updated_at":"2025-12-28T04:17:23.000Z","dependencies_parsed_at":"2023-01-25T13:35:35.459Z","dependency_job_id":"76b730f3-cd00-408a-93df-5be3f407ee28","html_url":"https://github.com/leynier/gh-folder-download","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"b4c7a57b11f9a2d3b6327fcd0f415d1d2cdebeb1"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/leynier/gh-folder-download","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fgh-folder-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fgh-folder-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fgh-folder-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fgh-folder-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leynier","download_url":"https://codeload.github.com/leynier/gh-folder-download/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fgh-folder-download/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30347457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["cli","cli-app","github-api","github-download-tool","github-downloader","python","rich","typer","typer-cli"],"created_at":"2024-10-10T01:50:21.840Z","updated_at":"2026-03-10T18:33:27.299Z","avatar_url":"https://github.com/leynier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Folder Downloader\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/pypi/v/gh-folder-download?color=%2334D058\u0026label=Version)](https://pypi.org/project/gh-folder-download)\n[![Last commit](https://img.shields.io/github/last-commit/leynier/gh-folder-download.svg?style=flat)](https://github.com/leynier/gh-folder-download/commits)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/leynier/gh-folder-download)](https://github.com/leynier/gh-folder-download/commits)\n[![Github Stars](https://img.shields.io/github/stars/leynier/gh-folder-download?style=flat\u0026logo=github)](https://github.com/leynier/gh-folder-download/stargazers)\n[![Github Forks](https://img.shields.io/github/forks/leynier/gh-folder-download?style=flat\u0026logo=github)](https://github.com/leynier/gh-folder-download/network/members)\n[![Github Watchers](https://img.shields.io/github/watchers/leynier/gh-folder-download?style=flat\u0026logo=github)](https://github.com/leynier/gh-folder-download)\n[![GitHub contributors](https://img.shields.io/github/contributors/leynier/gh-folder-download)](https://github.com/leynier/gh-folder-download/graphs/contributors)\n\nA command line application (CLI) to download only a specific folder without downloading the full repository implemented with Python using Typer and GitHub API.\n\n## Getting Started\n\nInstall `gh-folder-download` with:\n\n- `pip install gh-folder-download`\n- `poetry add gh-folder-download`\n- `conda install gh-folder-download`\n- Any other way that allows you to install the package from PyPI.\n\n## Commands\n\n```bash\nUsage: gh-folder-download [OPTIONS]\n\nOptions:\n  --url TEXT                      Repository URL  [required]\n  --output DIRECTORY              Output folder  [default: .]\n  --token TEXT                    GitHub token\n  --force / --no-force            Remove existing output folder if it exists\n                                  [default: no-force]\n  --install-completion [bash|zsh|fish|powershell|pwsh]\n                                  Install completion for the specified shell.\n  --show-completion [bash|zsh|fish|powershell|pwsh]\n                                  Show completion for the specified shell, to\n                                  copy it or customize the installation.\n  --help                          Show this message and exit.\n```\n\n## GitHub Repository URL format\n\n- `https://github.com/{user_or_organization}/{repository_name}`\n  \u003e Download the full repository from the default branch.\n- `https://github.com/{user_or_organization}/{repository_name}/tree/{branch}`\n  \u003e Download the full repository from the specified branch.\n- `https://github.com/{user_or_organization}/{repository_name}/tree/{branch}/{folder_path}`\n  \u003e Download the specified folder from the specified branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Fgh-folder-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleynier%2Fgh-folder-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Fgh-folder-download/lists"}