Skip to content
/ grok Public

a silly tool to query Github repository metadata

Notifications You must be signed in to change notification settings

holmanb/grok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grok

a silly tool to query Github repository metadata

Getting started

Create a personal access token

Generate a public read-only personal access token. Back up the token somewhere safe, then use it in our configuration in the next step

Create a configuration ~/.config/grok.tolm

cat << EOF > ~/.config/grok.toml
[system]
auth_key = "your key goes here"
default_org = "holmanb"
default_repo = "grok"
default_mode = "all"
EOF

Be sure to set your key, default organization, and default repo in the configuration.

Install grok

pip install --user grk
  1. Run grok
grok

About

a silly tool to query Github repository metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages