An open API service indexing awesome lists of open source software.

https://github.com/chyroc/github-contribution

list self github contribution / 开源项目贡献统计
https://github.com/chyroc/github-contribution

Last synced: 10 months ago
JSON representation

list self github contribution / 开源项目贡献统计

Awesome Lists containing this project

README

          

# github-contribution
list self github contribution / 开源项目贡献统计

# install
```
go get -u github.com/chyroc/github-contribution
```

# use

## github contribution
```
github-contribution -t [-v]
```

## side project
```
github-contribution -t -c config.json [-v]
```

config.json:
```
{
"side_project": [
{
"name": "WechatSogou",
"introduction": "基于搜狗微信搜索的微信公众号爬虫接口",
"url": "https://github.com/Chyroc/WechatSogou"
}
]
}
```

example repo: [Chyroc/contribute](https://github.com/Chyroc/contribute)