{"id":22056770,"url":"https://github.com/rocktimsaikia/github-dlr","last_synced_at":"2025-08-02T05:40:17.436Z","repository":{"id":255437970,"uuid":"850387831","full_name":"rocktimsaikia/github-dlr","owner":"rocktimsaikia","description":"Download individual files and folders from Github recursively.","archived":false,"fork":false,"pushed_at":"2025-03-11T09:09:13.000Z","size":475,"stargazers_count":53,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T22:46:44.794Z","etag":null,"topics":["cli","cmd","command-line","downloader","github","python","terminal","tool"],"latest_commit_sha":null,"homepage":"","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/rocktimsaikia.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-31T16:21:44.000Z","updated_at":"2025-07-21T06:19:45.000Z","dependencies_parsed_at":"2025-01-16T07:09:46.666Z","dependency_job_id":"4d308841-f9fe-48f0-924d-20d91120961e","html_url":"https://github.com/rocktimsaikia/github-dlr","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.022222222222222254","last_synced_commit":"dbef674ae8711f80e4eacbda756cc8a487851cd0"},"previous_names":["rocktimsaikia/github-dlr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rocktimsaikia/github-dlr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Fgithub-dlr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Fgithub-dlr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Fgithub-dlr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Fgithub-dlr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocktimsaikia","download_url":"https://codeload.github.com/rocktimsaikia/github-dlr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Fgithub-dlr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268339418,"owners_count":24234545,"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-02T02:00:12.353Z","response_time":74,"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":["cli","cmd","command-line","downloader","github","python","terminal","tool"],"created_at":"2024-11-30T16:14:49.410Z","updated_at":"2025-08-02T05:40:17.396Z","avatar_url":"https://github.com/rocktimsaikia.png","language":"Python","readme":"# Github-dlr\n\nDownload individual files and folders from GitHub recursively.\n\n[![Tests](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml/badge.svg)](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml)\n\n[![Demo](https://github.com/user-attachments/assets/49e4068c-1090-4c9e-9b56-59388ff407a9)](https://github.com/user-attachments/assets/8927d4ef-f8e1-4699-b75b-b7e28291d509)\n\n## Motivation\n\nThe project aims to save time and resources by allowing users to download only the specific folders and files they need from a GitHub repository, without the hassle of cloning the entire repo. It's designed for efficiency, making development and learning more streamlined.\n\n## Install\n\nRequires Python version 3.8 or higher.\n\n```sh\npip install github-dlr\n```\n\nor using [pipx](https://pipx.pypa.io/)\n\n```sh\npipx install github-dlr\n```\n\n## Usage\n\n\u003e [!NOTE]\n\u003e Using the tool is straightforward, copy the GitHub URL of the target repository folder and paste it after the command `github-dlr` or it's alias `gh-dlr`.\n\n```sh\ngithub-dlr \u003cgithub_path\u003e\n\n# Basic Example\ngithub-dlr https://github.com/makccr/wallpapers/blob/master/wallpapers/space\n```\n\n\u003e [!NOTE]\n\u003e By default it will download the entire folder from GitHub and place in the current directory from where the command is being executed. If you want to specify a different output directory, you can do it via the `--output` or `-o` flag.\n\n```sh\ngithub-dlr --output wallpapers https://github.com/makccr/wallpapers/blob/master/wallpapers/space\n```\n\n\\\nFind all available options using `--help`\n\n```sh\nusage: github-dlr [-h] [-o] [-v] github_path\n\nDownload folders and files from Github.\n\npositional arguments:\n  github_path     Github directory full URL path\n\noptions:\n  -h, --help      show this help message and exit\n  -o, --output   Destination directory to download to\n  -v, --version   show program version number and exit\n\nThanks for using github-dlr!\n```\n\n## LICENSE\n\n[MIT](./LICENSE) License \u0026copy; [Rocktim Saikia](https://rocktimsaikia.dev) 2025\n","funding_links":[],"categories":["\u003ca name=\"transfer\"\u003e\u003c/a\u003eData transfer"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocktimsaikia%2Fgithub-dlr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocktimsaikia%2Fgithub-dlr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocktimsaikia%2Fgithub-dlr/lists"}