libcrack / gitrecon

mass cloning of a users repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitrecon

gitrecon: Mass clone a GitHub user's repositories

Dependencies

  • Python 2.7+: gitpython, simplejson

  • Python 2.6+: argparse, gitpython, simplejson

Note: This assumes you have git installed and that it be in your path.

Usage arguments

usage: gitrecon.py [-h] -u USERNAME [-t THREADS] [-d]

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        Github Username
  -t THREADS, --threads THREADS
                        Number of threads
  -d, --debug           Show debug messages

Example usage

./gitrecon.py --username wick2o --threads 5
./gitrecon.py -u wick2o -t 5

About

mass cloning of a users repos

License:Other


Languages

Language:Python 100.0%