Sollicitatievraag bij Last9

Scripting : Write a python program that behaves in the following way : Input: python main.py --user xyz Output: total_repos = n total_open_issues = m total_stars = x repo_with_max_stars = z 1. The above command will list all public repositories for GitHub user xyz, parse the output json and produce the numbers for total repos total open issues across all repos total stars top repo with max starts