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
- Host: GitHub
- URL: https://github.com/dubniczky/github-stats
- Owner: dubniczky
- Created: 2023-07-29T17:57:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T18:00:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T19:49:17.499Z (over 1 year ago)
- Topics: commit-stats, github, github-stats, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```