Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Git_Repo_Size_Contributors

README.md

Git Repository Size and Contributors List

This script will return a CSV file containing Size of the repository and details of the contributors of the repo. Only the top 500 contributors are returned by the GitHub API. Read more about this limiting nature here

How to use?

python app.py username_of_repo name_of_repo personal_access_token

Before running the script, make sure you have the required dependencies. Not sure about them? Run the following command before running the actual script:

pip install -r reqirements.txt

Working Demo

image