a silly tool to query Github repository metadata
Generate a public read-only personal access token. Back up the token somewhere safe, then use it in our configuration in the next step
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.
pip install --user grk
- Run grok
grok