- Create a fine-grained GitHub API token with all repository access with "Contents" and "Metadata" set to Read-Only.
- Create a file
auth/github-auth.jsonwith this GitHub Api token as:
{
"username": "your-github-username",
"access_token": "your-personal-access-token"
}- Create a Gemini API key from Google AI Studio
- Create a file
auth/gemini.jsonwith this API key as:
{
"api-key": "gemini-api-key"
}- Install required libraries
- Generate GitHub repository data using:
$ python repo_fetcher/explorer.py