TL;DR
- base URL is:
https://gist.github.com/search
- use
q=user:your_username+your_search_term
- include
s=stars
ando=desc
to sort by "most stars" (most stars on top, least stars at the end). - include
s=stars
ando=asc
to sort by "least stars" (least stars on top, most stars at the end). - same goes for
s=forks
. - same goes for
s=updated
. - if you do not include
s=
, it will sort by "best match" .