Skip to content

Instantly share code, notes, and snippets.

@jakbin
Created October 7, 2023 05:19
Show Gist options
  • Save jakbin/f8e678447117df52518804d5ce753eec to your computer and use it in GitHub Desktop.
Save jakbin/f8e678447117df52518804d5ce753eec to your computer and use it in GitHub Desktop.
how i can find github repos that have hacktoberfest topic and less than n stars

Here is search filter for this. Put your number instead of 100.

https://github.com/search?q=topic:hacktoberfest+stars:<100

if you want also filter language.

https://github.com/search?q=topic:hacktoberfest+stars:<100+language:Python

You can get more filter ideas from here.

https://www.freecodecamp.org/news/github-search-tips/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment