The getRepos.py file is written in Python 3 (ran on Python 3.2.3). It can either be imported and the getRepos(keyword, numberOfRepositories) function can be used with a keyword and number of desired repositories supplied. Or it can be run from the command line
usage: getRepos.py [-h] keyword RepositoryCount
GitHub Query
positional arguments: keyword Repository search keyword RepositoryCount Desired number of repositories.
optional arguments: -h, --help show this help message and exit