Skip to content
Rodrigo Alves edited this page Jul 4, 2013 · 3 revisions

GitHub requires API authentication via the OAuth protocol to let you better explore its API

Authenticating

yet to come

Passing a parameter file

To make the usage of the tool better and experiments more repeatable, Groundhog lets you specify all your search parameters in a JSON file and pass it as an argument to the program

yet to come

Generating output

yet to come

Search

// searchGitHub is an instance of the SearchGitHub class
searchGitHub.getProjects("opencv", 1, 3);

// Will search for projects named "opencv" starting in page 1 and stoping and going until the 3rd project

Clone this wiki locally