Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 448 Bytes

File metadata and controls

11 lines (8 loc) · 448 Bytes

filter-github-projects

Find popular github projects (matching specified criteria) for research purposes.

Setup

You have to register an API token first!
Please see this on how to generate a token.

Run

./run.py -u <username> -t <token> [-i <min-issues>] [-p <min-pulls>] [-l <language>] [-o <output-file>]

The arguments -i, -p, -l, and -o are optional