How to get github search results sorted by the number of forks or stars?
I need this feature to demonstrate which project is the hottest among those that target the similar task/function/feature.
I notice github do offer the advanced search here, but how to write the query? Say, I wonder the top 10 forked django plugin apps. What the query looks like? I tried "django- fork:" or even "django- fork:>500", it doesn't work. (here we use 'django-' since most django plugin apps has such prefix)