Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 .
```