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

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.

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
```