Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesr/ghstat
A simple Go application for fetching GitHub users repository' stats.
https://github.com/alesr/ghstat
Last synced: about 1 month ago
JSON representation
A simple Go application for fetching GitHub users repository' stats.
- Host: GitHub
- URL: https://github.com/alesr/ghstat
- Owner: alesr
- License: mit
- Created: 2024-10-11T14:05:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T07:30:46.000Z (3 months ago)
- Last Synced: 2024-11-24T18:31:31.022Z (about 2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHSTAT
**GHSTAT** is a simple command-line tool that collects metrics (forks, stars and watchers) of each repository of a given GitHub user account.
## Usage:
1. Create a [GitHub Personal Access Token](https://github.com/settings/tokens?type=beta).
2. Set the environment variable `GITHUB_TOKEN` with the token value:
```bash
export GITHUB_TOKEN=your_github_token
```3. Run the application:
```bash
go run .
```