|
|
|
|
|
by danpelota
3383 days ago
|
|
I would love to be able to search all code for a string and then either (1) sort the resulting repositories by stars/forks; or (2) limit the results to repositories with >X stars/forks. When learning a new framework or library I like to find popular projects that use it and read the code to get a sense of conventions, architecture, etc. For instance, it'd be fantastic to find all repositories with over 20 stars containing a *.py file with "import flask" or "from flask" in them. |
|
https://github.com/search?q=filename%3A%2A.py+%22import+flas...
use advanced search to specify stars:>20 etc.