- Makes an API call to the, "Github API" in order to retrieve the information needed. It retrieves the size of the repository and the number of contributors the repo has
- Information is saved to a text file called, "output.txt"
pip install requests
python script.py -o NAMEOFGITHUBUSER -n NAMEOFGITHUBREPO
Note that the repo must be owned by the user, otherwise, it will fail.