grawler

Crates.iograwler
lib.rsgrawler
version0.1.3
sourcesrc
created_at2024-03-22 17:36:08.226573
updated_at2024-04-27 14:34:09.952912
descriptionCheck PR and issue URLs state
homepage
repositoryhttps://github.com/mrtnvgr/grawler
max_upload_size
id1182825
size87,578
(mrtnvgr)

documentation

README

grawler

Build

Check PR and issue URLs state

For a list of supported websites, check out this repo

Usage

Check all files:

grawler check

Setup a pre-commit hook:

grawler setup-hook

You can specify tokens for increased rate limits:

GITHUB_TOKEN=`gh auth token` grawler check

Integrate with Github Workflows:

- run: wget https://github.com/mrtnvgr/grawler/releases/latest/download/grawler
- run: chmod +x grawler; ./grawler check
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Installation

cargo install grawler
Commit count: 20

cargo fmt