An open API service indexing awesome lists of open source software.

https://github.com/dubniczky/github-stats

Python script to get GitHub commit stats for a user
https://github.com/dubniczky/github-stats

commit-stats github github-stats python

Last synced: about 1 month ago
JSON representation

Python script to get GitHub commit stats for a user

Awesome Lists containing this project

README

          

# 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

```bash
make install
python main.py
```