如何高效搜索github开源项目
Posted hqt0731
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何高效搜索github开源项目相关的知识,希望对你有一定的参考价值。
github开源项目有效查找方式
1、通过名字
in:name monitor stars:>1500
2、通过readme
in:readme monitor stars:>1500
3、通过description 通过语言和日期过滤
in:description 监控 language:python pushed:>2020-01-01
4、综合使用 查找活跃度和更新日期
in:description workflow language:python stars:>1000 pushed:>2020-01-0
以上是关于如何高效搜索github开源项目的主要内容,如果未能解决你的问题,请参考以下文章