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
- Host: GitHub
- URL: https://github.com/coder-shankar/get-all-repos
- Owner: coder-shankar
- License: mit
- Created: 2021-07-18T10:29:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T11:22:12.000Z (about 5 years ago)
- Last Synced: 2025-01-16T06:12:22.079Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```