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

https://github.com/divinemonk/gitdump

Dump (clone) all repos of certain username, good solution to backup all repos of any GitHub account!
https://github.com/divinemonk/gitdump

backup git github github-backup github-cloner github-repository gitrepository python tool

Last synced: 27 days ago
JSON representation

Dump (clone) all repos of certain username, good solution to backup all repos of any GitHub account!

Awesome Lists containing this project

README

        

# Gitdump

```
█▀▀ █ ▀█▀ █▀▄ █░█ █▀▄▀█ █▀█ version
█▄█ █ ░█░ █▄▀ █▄█ █░▀░█ █▀▀ 2.0.0
```

## Usage

```
usage: python3 gitdump.py [-h] [-u USERNAME] [-l LOCATION]

Dump all repos of a github account at once.

optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
username of the github account
-l LOCATION, --location LOCATION
location to save dumped repos
```

## Notes
- Dump all repositories of a github account (__backup solution__)
- Requires [git](https://git-scm.com/downloads) & [python3](https://www.python.org/downloads/) preinstalled
- Install __rich__ python library `pip install rich` ([pypi](https://pypi.org/project/rich/))