This script is used to find repositories and identify the size of said repositories. It it a short and simple script implementing GitHub's REST API.
The requests library is enough for this script. To install using pip, simply type pip install requests. You can also type pip install -r requirements.txt.
You can run the script from the terminal simply by typing python Script.py.
This script was made by Dhiganth Rao.
