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

https://github.com/larusso/github-rate-limit-monitor

Monitor github rate limit of a user
https://github.com/larusso/github-rate-limit-monitor

command-line github tools

Last synced: 3 months ago
JSON representation

Monitor github rate limit of a user

Awesome Lists containing this project

README

          

Github Rate Limit Monitor
=========================

`grlm` is a small and funny commandline tool written in rust.
It polls the github api [rateLimit](https://developer.github.com/v3/rate_limit/) endpoint and fills a nice little progressbar.

![screencast](docs/grlm.gif)

Usage
-----

```bash
grlm - github rate limit monitor

Usage:
grlm [(-l -p | -t )] [options]
grlm --version
grlm -h | --help

Options:
-l , --login the github username
-p , --password the user password
-t , --access-token an github accesstoken
-f , --frequency refresh freqency [default: 10]
-r , --resource define which github resource to show
Valid values: core, search, graphql [default: core]
-V, --version print version
-h, --help show this help message and exit
```

Installation
------------

### From Homebrew

```
brew tap wooga/tools
brew install grlm
```

### From Source

1. Git clone the repo and `cd` into the directory.
2. marke install

License
-------

[MIT License](http://opensource.org/licenses/MIT).