https://github.com/tarlepp/gh-user-stats
Tool to collect specified user statistics from GitHub.
https://github.com/tarlepp/gh-user-stats
Last synced: about 1 year ago
JSON representation
Tool to collect specified user statistics from GitHub.
- Host: GitHub
- URL: https://github.com/tarlepp/gh-user-stats
- Owner: tarlepp
- License: mit
- Created: 2017-02-03T14:57:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T04:32:34.000Z (about 3 years ago)
- Last Synced: 2025-03-19T01:41:51.562Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-user-stats
[](LICENSE)
[](https://badge.fury.io/gh/tarlepp%2Fgh-user-stats)
[](https://david-dm.org/tarlepp/gh-user-stats)
[](https://david-dm.org/tarlepp/gh-user-stats#info=devDependencies)
Tool to collect specified user statistics from GitHub.
Table of Contents
=================
* [gh-user-stats](#gh-user-stats)
* [Table of Contents](#table-of-contents)
* [Installation](#installation)
* [Usage](#usage)
* [Change log](#change-log)
* [Authors](#authors)
* [LICENSE](#license)
## Installation
```bash
$ npm install -g gh-user-stats
```
## Usage
```bash
$ gh-user-stats
```
## GitHub token
Since GitHub allow to make only 50 requests without authentication per hour it's recommended to run this application
with token (-t, --token option)
You can easily generate it [here](https://github.com/settings/tokens).
After that you can run application with key `-t [your-40-digit-github-token]`
Or set environment variable `GH_USER_STATS_GITHUB_TOKEN` and specify there your token.
i.e. add to your `~/.bash_profile` or `~/.zshrc` or any other place to load ENV variables string:
```
export GH_USER_STATS_GITHUB_TOKEN="your-40-digit-github-token"
```
## [Change log](CHANGELOG.md)
To re-generate just run
```bash
$ github_changelog_generator
```
## Authors
[Tarmo Leppänen](https://github.com/tarlepp)
## LICENSE
[The MIT License (MIT)](LICENSE)
Copyright (c) 2017 Tarmo Leppänen