{"id":18327200,"url":"https://github.com/jalkhov/octodir","last_synced_at":"2026-01-26T08:32:01.271Z","repository":{"id":56763930,"uuid":"402206083","full_name":"Jalkhov/octodir","owner":"Jalkhov","description":"Download individual directorys from GitHub repository","archived":false,"fork":false,"pushed_at":"2024-10-21T23:03:49.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T13:42:11.810Z","etag":null,"topics":["directory","download","github"],"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/Jalkhov.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}},"created_at":"2021-09-01T21:20:18.000Z","updated_at":"2022-08-13T03:38:49.000Z","dependencies_parsed_at":"2022-08-16T02:10:28.446Z","dependency_job_id":null,"html_url":"https://github.com/Jalkhov/octodir","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jalkhov%2Foctodir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jalkhov%2Foctodir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jalkhov%2Foctodir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jalkhov%2Foctodir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jalkhov","download_url":"https://codeload.github.com/Jalkhov/octodir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657310,"owners_count":21140835,"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":["directory","download","github"],"created_at":"2024-11-05T19:09:55.517Z","updated_at":"2026-01-26T08:32:01.240Z","avatar_url":"https://github.com/Jalkhov.png","language":"Python","funding_links":["https://www.buymeacoffee.com/Jalkhov"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/Jalkhov/octodir/main/logo.png\"\u003e\n\u003c/div\u003e\n\nTool for downloading directories from Github repositories.\n\n# Installation\n  ```\n  $ pip install octodir\n  ```\n\n# Use\n\n## From the console\n\n```\n$ octodir\n```\n\n**You will be asked for the following data:**\n\n* **Full folder url:** Direct url to the target folder\n  * **Example:** `https://github.com/Jalkhov/octodir/tree/stable/octodir`\n* **Output folder**: Absolute path of the output directory\n  * You can enter a dot to download in the current working directory\n* **API key**: Personal Github Token for prevent requests limit\n\n## In code\n\n```python\nfrom octodir import Octodir\n\ntarget = 'https://github.com/Jalkhov/Octodir/tree/stable/octodir'\nfolder = '.' # Current working directory\napi_key = '\u003cPERSONAL_GITHUB_TOKEN\u003e'\n\nOcto = Octodir(target, folder, api_key=api_key)\nOcto.dowload_folder()\n```\n\n# Support me \u003c3\n\n\u003ca href=\"https://www.buymeacoffee.com/Jalkhov\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkhov%2Foctodir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalkhov%2Foctodir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkhov%2Foctodir/lists"}