https://github.com/matriphe/github-stats
Simple app to gather Github statitistics written in Go
https://github.com/matriphe/github-stats
hacktoberfest
Last synced: 8 months ago
JSON representation
Simple app to gather Github statitistics written in Go
- Host: GitHub
- URL: https://github.com/matriphe/github-stats
- Owner: matriphe
- License: mit
- Created: 2021-06-07T10:19:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T17:46:26.000Z (over 4 years ago)
- Last Synced: 2025-01-10T17:25:11.820Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub Stats
A simple tools to get GitHub pull requests statistics written in Go.
## Requirements
It needs [GitHub Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to access the repo and organisations.
## Build
```shell
go build -o github-stats
```
It will create `github-stats` command.
## Usage
```shell
./github-stats
```
### Get Pull Requests Statistics
```shell
./github-stats pr --token {yourtoken}
```
For getting more info, use `--help` in the command.
## Contributing
Pull requests are welcome.
## License
MIT License, please refer to [LICENSE](LICENSE.md) file.