{"id":23467531,"url":"https://github.com/charafzellou/gitpuller","last_synced_at":"2026-05-04T07:36:43.160Z","repository":{"id":197014782,"uuid":"697680630","full_name":"charafzellou/GitPuller","owner":"charafzellou","description":"A simple Go app to pull all the repositories of a User or Organization from Github","archived":false,"fork":false,"pushed_at":"2025-09-03T15:35:19.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T17:32:59.633Z","etag":null,"topics":["api","github","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charafzellou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-09-28T08:55:14.000Z","updated_at":"2025-09-03T15:35:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd4e1270-c09c-4b90-afd7-2a1cf9464a6a","html_url":"https://github.com/charafzellou/GitPuller","commit_stats":null,"previous_names":["charafzellou/gitpuller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charafzellou/GitPuller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafzellou%2FGitPuller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafzellou%2FGitPuller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafzellou%2FGitPuller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafzellou%2FGitPuller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charafzellou","download_url":"https://codeload.github.com/charafzellou/GitPuller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafzellou%2FGitPuller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32599402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["api","github","go","golang"],"created_at":"2024-12-24T12:36:10.977Z","updated_at":"2026-05-04T07:36:43.156Z","avatar_url":"https://github.com/charafzellou.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitPuller - a Github Organization Repository Cloner\n\nThis is a Go application that uses the Github API to clone all the repositories in a given Github organization, and pull updates for all the cloned repositories.\n\n## Getting Started:\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites:\n\nBefore you can use this application, you need to have the following:\n\n- Go 1.21 or higher\n- Docker 23.0 or higher\n- A Github account\n    - An active PAT [(Personal Access Token)](https://github.com/settings/tokens) with the `repo` scope\n\n\u003e **⚠️** Note that **the PAT is optional** if the repositories you want to pull are public. If not, you will need to create one and add it in the `.env` file.\n\n### Setting up:\n\nTo get started, clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/charafzellou/gitpuller\n```\n\nChange into the project directory:\n\n```bash\ncd gitpuller\n```\n\nCreate an environment file `.env` with your Github organization name and personal access token:\n\n```bash\nORG_NAME=\u003cyour-github-organization-name\u003e\nPERSONAL_TOKEN=\u003cyour-github-access-token\u003e\n```\n\n### Usage as a binary:\n\nTo clone all the repositories in the organization using the Go binary directly, run the following command:\n\n```bash\nmake build\nmake run\n```\n\nThe program will detect the repositories, and apply a `git pull --all` on them.\n\n### Usage as a Docker container:\n\nBuild the Docker image with the following command:\n\n```bash\nmake build . -t gitpuller\n```\n\nRun the Docker container from the image we created:\n\n```bash\nmake run gitpuller\n```\n\nThis will start the application and clone all the repositories in the specified organization to a folder called `repositories` in the current directory.\n\n## Authors:\n\n- **Charaf ZELLOU**\n    - [Github](https://github.com/charafzellou)\n    - [LinkedIn](https://linkedin.com/charafzellou)\n\n## Collaborators:\n\n- **Your name could be here, make a useful PR 😊**\n\n## Built With:\n\n- [Go](https://golang.org/) - The programming language used\n- [Docker](https://www.docker.com/) - Containerization platform\n\n## License:\n\nThis project is licensed under the AGPL-3.0 License - see the [LICENSE](./LICENSE.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharafzellou%2Fgitpuller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharafzellou%2Fgitpuller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharafzellou%2Fgitpuller/lists"}