Skip to main content

AI-Powered GitHub Repository Analyzer - 8 LLM providers (Gemini, OpenAI, Claude, Mistral, Groq, OpenRouter, xAI, Ollama), caching, quality scoring, exports, watch mode, dashboard

Project description

CodeSonor CLI ๐Ÿ”

AI-Powered GitHub Repository Analyzer with Multi-LLM Support

Python Version License: MIT

Analyze any GitHub repository with AI-powered insights. Choose from 8 different AI providers!

๐Ÿš€ Installation

Basic (includes Gemini)

pip install codesonor

With Specific Provider

pip install codesonor[openai]      # OpenAI GPT
pip install codesonor[anthropic]   # Anthropic Claude
pip install codesonor[mistral]     # Mistral AI
pip install codesonor[groq]        # Groq (fastest)
pip install codesonor[all-llm]     # All providers

๐Ÿค– Supported AI Providers

Provider Free Tier Speed Get API Key
Gemini โญ โœ… Yes Fast Get Key
OpenAI โŒ Paid Medium Get Key
Claude โŒ Paid Fast Get Key
Mistral โŒ Paid Fast Get Key
Groq โšก โœ… Yes Ultra-fast Get Key
OpenRouter ๐ŸŒ ๐Ÿ’ณ Pay-per-use Fast Get Key
xAI Grok โŒ Paid Fast Get Key
Ollama ๐Ÿ†“ โœ… FREE Medium Download

โญ Default | โšก Fastest | ๐ŸŒ 100+ models | ๐Ÿ†“ Local & FREE

โš™๏ธ Configuration

One-Time Setup (Recommended)

codesonor setup

This interactive wizard will:

  • โœ… Let you choose your AI provider
  • โœ… Guide you to get the API key
  • โœ… Save everything to ~/.codesonor/config.json
  • โœ… Never ask again!

Check Your Configuration

codesonor config

Alternative Methods

Environment Variables (if you prefer):

# Windows (PowerShell)
$env:GEMINI_API_KEY = "your_key"
$env:GITHUB_TOKEN = "your_token"

# Linux/Mac
export GEMINI_API_KEY="your_key"
export GITHUB_TOKEN="your_token"

Per-Command (override saved config):

codesonor analyze URL --gemini-key YOUR_KEY --github-token YOUR_TOKEN

๐Ÿ“– Usage

Full Analysis with AI

codesonor analyze https://github.com/owner/repo

Quick Summary (No AI)

codesonor summary https://github.com/owner/repo

Advanced Options

# Skip AI analysis (faster)
codesonor analyze https://github.com/owner/repo --no-ai

# Limit number of files analyzed
codesonor analyze https://github.com/owner/repo --max-files 200

# Export results as JSON
codesonor analyze https://github.com/owner/repo --json-output results.json

๐Ÿ“Š Example Output

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚  CodeSonor Analysis: awesome-project            โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Repository Information
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ Field      โ”ƒ Value                          โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ Owner      โ”‚ awesome-owner                  โ”‚
โ”‚ Repository โ”‚ awesome-project                โ”‚
โ”‚ Stars      โ”‚ 1,234                          โ”‚
โ”‚ Forks      โ”‚ 567                            โ”‚
โ”‚ Language   โ”‚ Python                         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Language Distribution
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ Language   โ”ƒ Files    โ”ƒ %      โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ Python     โ”‚ 45       โ”‚ 78.5%  โ”‚
โ”‚ JavaScript โ”‚ 8        โ”‚ 14.0%  โ”‚
โ”‚ CSS        โ”‚ 4        โ”‚ 7.0%   โ”‚
โ”‚ HTML       โ”‚ 1        โ”‚ 0.5%   โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿค– AI-Generated Summary
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
This repository implements a modern web application
framework with clean architecture and comprehensive
testing. Key features include...

๐ŸŽฏ Features

  • ๐Ÿค– AI Analysis: Get intelligent insights about repository purpose, architecture, and key features
  • ๐Ÿ“Š Language Stats: Detailed breakdown of programming languages used
  • ๐Ÿ“ Smart Filtering: Automatically skips common directories (node_modules, dist, build)
  • โšก Performance: File limits and optimizations for fast analysis
  • ๐ŸŽจ Beautiful Output: Rich terminal formatting with colors and tables
  • ๐Ÿ’พ Export Options: Save results as JSON for further processing

๐Ÿ› ๏ธ Development

Install with development dependencies:

pip install codesonor[dev]

Run tests:

pytest

๐Ÿ“ฆ Web App Version

CodeSonor also comes with a Flask web application. To use it:

# Install with web dependencies
pip install codesonor[web]

# Clone the repository for web app files
git clone https://github.com/farhanmir/CodeSonor.git
cd CodeSonor

# Run the web server
python app.py

Visit http://localhost:5000 in your browser.

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘ค Author

Farhan Mir

๐Ÿ™ Acknowledgments

  • Powered by Google Gemini AI
  • Built with Python, Click, and Rich
  • GitHub REST API v3

Note: This tool analyzes public repositories. Ensure you have appropriate permissions before analyzing private repositories.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codesonor-0.4.1.tar.gz (46.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codesonor-0.4.1-py3-none-any.whl (45.0 kB view details)

Uploaded Python 3

File details

Details for the file codesonor-0.4.1.tar.gz.

File metadata

  • Download URL: codesonor-0.4.1.tar.gz
  • Upload date:
  • Size: 46.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for codesonor-0.4.1.tar.gz
Algorithm Hash digest
SHA256 b75784cac0ae6d2d46653047b63a63fa79f5b9aeabc63a8b4645f77a2542c541
MD5 6ef5ababbda29e9b29f2c28562a92156
BLAKE2b-256 67abe6561046e1a6aac276142e39e207be7152bb0ec274e978a1e68299c22167

See more details on using hashes here.

File details

Details for the file codesonor-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: codesonor-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 45.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for codesonor-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 21b0b29ba4243ad6b8a58355ca0cbce7a14667ac81729ef64f75cf1f836c6e8e
MD5 6e739cd2883c0873ad5e48f26f5f9c65
BLAKE2b-256 ae4579da4f891e07164c2f6a72463311781003575b82ad0aeb699f468fae10f5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page