我需要在Github上进行一次非常大的搜索,以便在我的论文中进行统计.
例如,我需要探索的大量GitHub上的Android项目,但该网站限制为1000(例如搜索结果.https://github.com/search?l=java&q=onCreate&ref=searchresults&type=Code&utf8=%E2 %9C%93).同样使用Java GitHub API我使用该方法尝试了库org.eclipse.egit.github.core.client.GitHubClient,GitHubClient.searchRepositories()但即便如此,结果的数量也是有限的.
有谁知道如何获得所有结果?