Skip to content

fresh-milkshake/github-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Releases Metrics

python GitHub

A Python script to analyze download statistics for all releases across all repositories of a GitHub user.

Installation

  1. Install dependencies:

    pip install -r requirements.txt
  2. Fill in the .env file with your GitHub token:

    GITHUB_TOKEN=your_github_token

Tip

You can get your GitHub token from here. You need to create a token with the public_repo scope.

Usage

python github-metrics.py <username>

Output

The script summarizes overall statistics such as repositories with releases, total releases, releases with downloads, total files, and total downloads. For each repository, it shows detailed stats and a table of files with their release name, file name, download count, size, and type.

About

A Python script to analyze download statistics

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages