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

https://github.com/coder-shankar/get-all-repos

Script to clone all the git repo of organization
https://github.com/coder-shankar/get-all-repos

Last synced: about 2 months ago
JSON representation

Script to clone all the git repo of organization

Awesome Lists containing this project

README

          

# get-all-repos
Script to clone all the git repo of organization

### Edit config.json file

```
organization: user name of org in github.(eg: machnetinc)

github_access_token: your github access token.
```
[How to create access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)

### Run script
Before running script setup ssh key in github

```
> python3 main.py

```