I\'m new to Github and just want to browse through repos to find interesting ones.
I want, say, all ruby repos with more than 100 followers.
I go to advanced search and
Update January 2013 (source: "A whole new code search")
followers:>100
(intervals are supported: followers:100..150)
Original answer (April 2011)
followers:[100 TO *]
should do what you want: see your query with 100 or more followers.
(Note: the "TO
" needs to be in uppercase)
(Source: New and Improved Search)
For example, we can search:
- for people with a username fuzzily similar to ‘
chacon
’- who use
Ruby
as their primary language,- have at least 5 repos and
- at least one follower:
You might also like the Hubscovery application. A simple search interface for Github.