An open API service indexing awesome lists of open source software.

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

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
```