https://github.com/etchmon/bulk-repo-cloner
Clone all your repos to a specific folder using the Github API
https://github.com/etchmon/bulk-repo-cloner
Last synced: over 1 year ago
JSON representation
Clone all your repos to a specific folder using the Github API
- Host: GitHub
- URL: https://github.com/etchmon/bulk-repo-cloner
- Owner: Etchmon
- Created: 2024-06-06T20:58:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T21:23:21.000Z (about 2 years ago)
- Last Synced: 2025-01-24T09:28:13.232Z (over 1 year ago)
- Language: Python
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk Repo Cloner
This script allows you to mass clone all repositories from a specified GitHub user. It uses the GitHub API to fetch the list of repositories and then clones them to your local machine.
## Prerequisites
- Python 3x
- Git
## Setup
### 1. Clone the Repository
```bash
git clone https://github.com/Etchmon/bulk-repo-cloner.git
cd bulk-repo-cloner
```