···22222323## Usage
24242525-1. create a personal access token on github, go to `settings` -> `developer settings` -> `personal access tokens (classic)` -> `generate new token (classic)`, set expiration date to "No expiration" and add the `public_repo`, `read:user` and `repo:status` scopes.
2525+1. create a personal access token on github, go to `settings` -> `developer settings` -> `personal access tokens (classic)` -> `generate new token (classic)`, set expiration date to "No expiration" and add the `public_repo` scope.
262627272. deploy to vercel
2828···198198 (a, b) => b.size - a.size
199199);
200200```
201201+202202+## add private repositories
203203+204204+if you want to include private repositories, add the `repo:status` scope to your personal access token and remove line 33 in `api/github-data.ts`: `privacy: PUBLIC` (obviously at your own risk).
201205202206## license
203207