A command-line tool to calculate the total number of stars earned by a GitHub user.
Install via pip:
pip install gitstarBasic usage:
gitstar <username>Limit the output to the top N repositories:
gitstar <username> <limit>Get total stars for user torvalds:
gitstar torvaldsGet total stars and list top 5 repositories:
gitstar torvalds 5