/github-cli

A Python CLI for Interacting with the GitHub API

Primary LanguagePython

GitHub Personal Access Token

Create a New Personal Access Token and give it repo access.

Install CLI

pip3 install -r requirements.txt
pip3 install .

Bash Completion

_GITHUB_COMPLETE=bash_source github > ./.github-complete.bash

Configuration File

A configuration file needs to be created at $HOME/.github.yml.

mkdir $HOME/.github.yml

Make sure the following variables are added.

github_token: <token>
username: <github-username>
repo_list:
  - <repo-name>
  - <repo-name