GitHub官方搜索基础语法:https://help.github.com/en/articles/understanding-the-search-syntax
一、如何搜索GitHub上stars最多的项目
1、直接在搜索框里面输入
stars:>5000
2、或者直接访问:
https://github.com/search?q=stars%3A%3E5000&type=Repositories
二、搜索添加语言类型
language:java
结合起来就是:stars:>5000 language:java
意思是搜索java语言里stars数量大于5千的项目