Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theresponder committed Aug 6, 2015
1 parent 80cd5fd commit 9587d63
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Github Downloader
Find and download files from multiple Github repositories

## Requirements
pip install PyGithub`

## Usage
git_downloader.py [-h] [-r REPO_FILE] [-w WILDCARD] [-o OUTPUT_DIR]
[-t TIMEOUT] [-v]

Github file downloader

optional arguments:
-h, --help show this help message and exit
-r REPO_FILE, --repo_file REPO_FILE
Path for the input file which contains a url of a
Github repository for each separate line
-w WILDCARD, --wildcard WILDCARD
Unix shell-style wildcard to match files to download
(for example: *.txt)
-o OUTPUT_DIR, --output_dir OUTPUT_DIR
Directory to store all downloaded files
-t TIMEOUT, --timeout TIMEOUT
Socket timeout (seconds)
-v, --verbose increase output verbosity

0 comments on commit 9587d63

Please sign in to comment.