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
- Host: GitHub
- URL: https://github.com/larusso/github-rate-limit-monitor
- Owner: Larusso
- License: mit
- Created: 2018-02-16T12:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T16:59:18.000Z (over 8 years ago)
- Last Synced: 2025-06-03T16:05:22.512Z (about 1 year ago)
- Topics: command-line, github, tools
- Language: Rust
- Homepage:
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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