https://github.com/core2002/dump_github
This tool can be used to back up users' GitHub repositories in case they need them later.
https://github.com/core2002/dump_github
Last synced: about 1 year ago
JSON representation
This tool can be used to back up users' GitHub repositories in case they need them later.
- Host: GitHub
- URL: https://github.com/core2002/dump_github
- Owner: Core2002
- License: mit
- Created: 2024-04-10T18:34:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:08:33.000Z (about 2 years ago)
- Last Synced: 2025-04-13T00:58:12.871Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Github Dumper
Github Dumper is a Python program designed to search for users' GitHub repositories and download the repositories. This tool can be used to back up users' GitHub repositories in case they need them later.
**Install:**
```
pip install -U dump-github
```
**Usage:**
```
usage: dump-github [-h] [-d] [-p] [--token TOKEN] [--limit_size LIMIT_SIZE] username
Backup users github repo.
positional arguments:
username
options:
-h, --help show this help message and exit
-d, --download_zip only download zip file
-p, --print only print urls
--token TOKEN github token
--limit_size LIMIT_SIZE
limit size(MB) of download zip file, if 0 then no limit(default:100).
https://github.com/Core2002/dump_github
```