a command line tool for check github user's info.
pip install gituser
go get github.com/chenminhua/gituser
gituser chenminhua
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.
just take what you want