Thanks to visit codestin.com
Credit goes to github.com

Skip to content

collinkleest/py-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-github

Interact with github from the command line!

Installation

git clone https://github.com/collinkleest/py-github
cd py-github/

On Linux / Unix Machines (Mac)

(Python 2)

pip install -r requirements.txt

(Python 3)

pip3 install -r requirements.txt

On Windows OS

pip install -r requirements.txt

Usage

Quick Guide

Login to Github -> Settings -> Developer Settings -> Personal Tokens -> Generate new token -> Name, check, and create token -> Copy token and keep in safe place

To view a more in-depth guide visit: Github Token Guide

To run the app. (Python 2)

python src/App.py

(Python 3)

python3 src/App.py

License

Apache License

About

Interact with github from the command line!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published