Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 858 Bytes

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 & python3 preinstalled
  • Install rich python library pip install rich (pypi)