GitHub support queries on your profile page, which allows you to get a list of all started repositories that participate in Hacktoberfest. Thanks for the hint @NotWearingPants.
https://github.com/stefanbuck?q=topic:hacktoberfest&tab=stars
Find projects that participate in Hacktoberfest within your starred repositories. If you still want to use the cli read on.
npx hacktoberfest-hunt
The first time you run this command, you'll be asked to log in to GitHub using your password or a personal access token, and the resulting token will be saved to disk for future use using ghauth.
- @staabm for the original idea.
- @zeke for bulding recent-github-activity, which inspired this cli.