Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenminhua/gituser
https://github.com/chenminhua/gituser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenminhua/gituser
- Owner: chenminhua
- Created: 2016-09-09T03:04:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T06:11:47.000Z (over 1 year ago)
- Last Synced: 2024-07-16T13:09:24.388Z (4 months ago)
- Language: Go
- Size: 91.8 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
a command line tool for check github user's info.
![screenShot](screen.png)## installation
### python user
```sh
pip install gituser
```### golang user
```sh
go get github.com/chenminhua/gituser
```## usage
```sh
gituser chenminhua
```## github api
[github api](https://developer.github.com/v3/)
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