Skip to content

imranpollob/gitstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find out the total star earned by a github user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages