gituser

GET github-user's info and their repos' infos


License
MIT
Install
pip install gituser==0.01

Documentation

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