Skip to content

rishitoshsingh/richie

Repository files navigation

richie

Try it live

Hosted on Streamlit

Setup

  1. Create a fine-grained GitHub API token with all repository access with "Contents" and "Metadata" set to Read-Only.
  2. Create a file auth/github-auth.json with this GitHub Api token as:
{
    "username": "your-github-username",
    "access_token": "your-personal-access-token"
}
  1. Create a Gemini API key from Google AI Studio
  2. Create a file auth/gemini.json with this API key as:
{
    "api-key": "gemini-api-key"
}

Steps

  1. Install required libraries
  2. Generate GitHub repository data using:
$ python repo_fetcher/explorer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •