You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 classsearchGitHub.getProjects("opencv", 1, 3);
// Will search for projects named "opencv" starting in page 1 and stoping and going until the 3rd project