Find out the total star earned by a github user.
Clone the repository:
git clone https://github.com/pollmix/github-total-star-counter
cd github-total-star-counter
Run the following command:
python star.py theusername
You can also add the print limit. For example, printing only top five repos
python star.py theusername 5