https://github.com/stefanbuck/hacktoberfest-hunt
Find projects that participate in Hacktoberfest within your starred repositories.
https://github.com/stefanbuck/hacktoberfest-hunt
cli hacktoberfest
Last synced: 2 months ago
JSON representation
Find projects that participate in Hacktoberfest within your starred repositories.
- Host: GitHub
- URL: https://github.com/stefanbuck/hacktoberfest-hunt
- Owner: stefanbuck
- License: mit
- Created: 2021-10-01T21:48:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T19:37:58.000Z (over 2 years ago)
- Last Synced: 2025-03-17T23:49:48.304Z (3 months ago)
- Topics: cli, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# hacktoberfest-hunt
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](https://hacktoberfest.digitalocean.com/) within your starred repositories. If you still want to use the cli read on.
## Usage
```
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](https://github.com/rvagg/ghauth).
## Preview
# Special thanks to
- [@staabm](https://github.com/staabm) for the [original idea](https://twitter.com/markusstaab/status/1443164800255680514).
- [@zeke](https://github.com/zeke) for bulding [recent-github-activity](https://github.com/github-modules/recent-github-activity), which inspired this cli.