Python script to get GitHub commit stats for a user
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.
make install
python main.py <username>