Skip to content

Python script to get GitHub commit stats for a user

Notifications You must be signed in to change notification settings

dubniczky/GitHub-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Stats

Python script to get GitHub commit stats for a user

How It Works

This Python application utilizes the GitHub API to get all the repositories of the user, then it downloads all repositories and counts the number of commits for each repository. Finally, it prints out the total number of commits for the user.

Usage

make install
python main.py <username>

About

Python script to get GitHub commit stats for a user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published