Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 730 Bytes

Accept GitHub Invitations (agi)

A bash script to make accepting large numbers of GitHub invitations much simpler via the GitHub API.

Tested using bash 5 and python 3 (python is used in the script to do some JSON parsing)

./agi --help
Accept GitHub Invitations
Usage: ./agi [-l|--(no-)list] [-a|--(no-)accept-all] [-p|--password <arg>] [-h|--help] <github-user>
    <github-user>: GitHub username
    -l, --list, --no-list: List all active invitations (off by default)
    -a, --accept-all, --no-accept-all: Accept all active invitations.  If off, interactive mode is used. (off by default)
    -p, --password: GitHub password or personal access token (no default)
    -h, --help: Prints help