{"id":31694937,"url":"https://github.com/bdhmiloo/download-gitlab-repos","last_synced_at":"2026-04-18T07:33:48.790Z","repository":{"id":318622036,"uuid":"1072056011","full_name":"bdhmiloo/download-gitlab-repos","owner":"bdhmiloo","description":"A shell script to automate cloning all repositories from a specified GitLab group, with support for exclusions and color-coded output. Ideal for onboarding, backups, or mass updates.","archived":false,"fork":false,"pushed_at":"2025-10-08T08:00:27.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T09:26:31.680Z","etag":null,"topics":["bash","gitlab","utility"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/bdhmiloo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-08T07:44:43.000Z","updated_at":"2025-10-08T08:00:30.000Z","dependencies_parsed_at":"2025-10-08T09:26:34.427Z","dependency_job_id":null,"html_url":"https://github.com/bdhmiloo/download-gitlab-repos","commit_stats":null,"previous_names":["bdhmiloo/download-gitlab-repos"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bdhmiloo/download-gitlab-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdhmiloo%2Fdownload-gitlab-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdhmiloo%2Fdownload-gitlab-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdhmiloo%2Fdownload-gitlab-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdhmiloo%2Fdownload-gitlab-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdhmiloo","download_url":"https://codeload.github.com/bdhmiloo/download-gitlab-repos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdhmiloo%2Fdownload-gitlab-repos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278980780,"owners_count":26079622,"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-10-08T02:00:06.501Z","response_time":56,"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":["bash","gitlab","utility"],"created_at":"2025-10-08T16:43:49.923Z","updated_at":"2025-10-08T16:43:50.966Z","avatar_url":"https://github.com/bdhmiloo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab Repository Downloader\n\nA shell script to bulk clone repositories from a GitLab group, with support for exclusions and color-coded output.\n\n## Prerequisites\n\n- Git\n- curl\n- jq\n- Bash (recommended)\n- GitLab access token\n\n## Environment Variables\n\nSet the following environment variables before running the script:\n\n```bash\nexport GITLAB_TOKEN=\"your-gitlab-token\"\nexport GITLAB_BASE_URL=\"https://sgts.gitlab-dedicated.com/api/v4\"\nexport GITLAB_BASE_GIT_URL=\"git@sgts.gitlab-dedicated.com:\"\nexport GITLAB_GROUP_ID=\"your-group-id\"\n```\n\n## Usage\n\n```bash\n./download-repos.sh [clone_location]\n```\n\n- If no `clone_location` is provided, the current directory will be used.\n- Run `./download-repos.sh help` for usage instructions.\n\n### Creating an Alias\n\nAdd this to your `~/.bashrc` or `~/.zshrc`:\n\n```bash\nalias util-download-repos=\"~/Developer/scripts/download-repos/download-repos.sh\"\n```\n\n## Excluding Repositories\n\nCreate a `.exclude-list` file in the same directory as the script to specify repositories to skip:\n\n```text\n# One repository per line\nyour-grou-id/repo-to-skip\nyour-grou-id/another-repo-to-skip\n```\n\nLines starting with `#` or empty lines are ignored.\n\n## Features\n\n- Parallel repository cloning\n- Repository exclusion support via `.exclude-list`\n- Color-coded output for status and errors\n- Environment variable configuration\n\n## Troubleshooting\n\n- If you see `Warning: Exclude list file '.exclude-list' not found`, create the file in the script directory.\n- If you see an error about missing environment variables, ensure all required variables are exported.\n- The script expects to be run with Bash and may not work with other shells.\n\n## License\n\nMIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdhmiloo%2Fdownload-gitlab-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdhmiloo%2Fdownload-gitlab-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdhmiloo%2Fdownload-gitlab-repos/lists"}