Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 463 Bytes

File metadata and controls

39 lines (25 loc) · 463 Bytes

Gitstar

A command-line tool to calculate the total number of stars earned by a GitHub user.

Installation

Install via pip:

pip install gitstar

Usage

Basic usage:

gitstar <username>

Limit the output to the top N repositories:

gitstar <username> <limit>

Examples

Get total stars for user torvalds:

gitstar torvalds

Get total stars and list top 5 repositories:

gitstar torvalds 5