Skip to content

chenminhua/gituser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a command line tool for check github user's info. screenShot

installation

python user

pip install gituser

golang user

go get github.com/chenminhua/gituser

usage

gituser chenminhua

github api

github api for this project, I use "/users/:username" to get user's basic info. Then I use "/user/repos" to get infos of user's repos. Because of the pagination, We can only get 30 repos for each request. Fortunately, we can easily write concurrency code with python or go.

License

just take what you want

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published