⭐ Find hacktoberfest repos from your terminal by getting repos by the range of stars they have
Have you noticed that often the best repos to contribute to have somewhere between 5-1000 stars? To find these repos on GitHub however, is quite hard! With scout, this issue ends.
You can search repos with the exact amount of stars you wish as well as your language and additional optional keywords.
pip install gh-scout
Before running scout
:
- Create a GitHub token, no extra perms are required for the token.
- You can name the token whatever you want, for example: "Scout Token"
- You can use tokens that you may already have, and it will work just fine
- Create an env variable called
SCOUT_TOKEN
, this will be used to ensure you don't get rate limited by GitHub.- On windows, simply type in command prompt
setx SCOUT_TOKEN <paste-your-github-token>
- On MacOs and Linux, refer this guide on how to set environment variables. In the tutorial, fill
FOO
with "SCOUT_TOKEN" andbar
with the generated token from Github.
- On windows, simply type in command prompt
- Remember to refresh your terminal to load the new env variable
- Now you're good to go! Run
scout
to start!- On windows, press win + r, type in
scout
, and click Ok.
- On windows, press win + r, type in
scout --forks