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!
- Host: GitHub
- URL: https://github.com/divinemonk/gitdump
- Owner: Divinemonk
- License: mit
- Created: 2022-03-14T15:03:18.000Z (about 3 years ago)
- Default Branch: m41n
- Last Pushed: 2023-12-22T12:36:53.000Z (over 1 year ago)
- Last Synced: 2024-04-23T22:09:42.759Z (about 1 year ago)
- Topics: backup, git, github, github-backup, github-cloner, github-repository, gitrepository, python, tool
- Language: Python
- Homepage: https://pypi.org/project/gitdump/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/))