Skip to content

hashimshafiq/github-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-cli

A github command line interface written in Python. This script is using Github Rest API V3. Helps in searching a user and repo for specific users and list down all the repos of a user.

More features added in future

Build Status GitHub version Project Status: Active – The project has reached a stable, usable state and is being actively developed. Open Source Love

Requirements

  • Python 3.x
  • colorama python package
  • tabulate python package
  • requests python package

Currently we are not created proper package for the script as it is in development status. Once it is completed will be uploaded

Features

  • Search for any user on the github and return with information about that user
  • Search repo for a specific user and get information about the repo
  • If the repo is forked from somewhere it will tells about the original owner

Usage

On Windows

python github.py <username>

python github.py <username> <reponame>

On Linux

python github.py <username>

python github.py <username> <reponame>

After its development is complete we create a proper package then we dont have to write python before and .py with the file name

Screenshots

alt text

alt text

Contribute

Just fork the repo, make changes, test and then send the pull request.

About

GITHUB CLI interface in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages