Interact with github from the command line!
git clone https://github.com/collinkleest/py-github
cd py-github/(Python 2)
pip install -r requirements.txt(Python 3)
pip3 install -r requirements.txtpip install -r requirements.txtLogin 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