Skip to content

Stats generator that reveals language usage from both public and private GitHub repositories.

Notifications You must be signed in to change notification settings

reyzeal/github-private-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Github Private Stats

GitHub Private Stats is a personal project I built to analyze how many programming languages I've used across all my repositories — including public, private, and even organization private ones.

This project was inspired by github-readme-stats. While that project focuses on visualizing GitHub activity and stats, my goal is to create a tool that provides deeper insights — especially into private repositories that are usually excluded from public metrics.

I hope to keep improving it over time and eventually make it as powerful and customizable as github-readme-stats, but with full privacy and self-hosting support.

⚙️ Quick Setup

1. Clone Project

  git clone https://github.com/reyzeal/github-private-stats.git

2. Library & Dependency

bun

  bun install

3. Personal Access Token

Create .env file:

GITHUB_TOKEN=xxxx
GITHUB_USERNAME=reyzeal

4. Run script

    bun start

5. Result

Output files will be generated inside the results folder.

🔧 Features

📁 Total Repository

Total Repository

🧮 Rank Top Languages by Size

Top Language by Size Rank Top Languages by Size

📊 Rank Top Languages by Repo Cunt

Top Language by Repo Rank Top Languages by Repo

About

Stats generator that reveals language usage from both public and private GitHub repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published