Skip to content

bretcj7/py-github-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python github API V3

Python script to get all pull requests from the lodash organization. This will include getting pull requests from all repositories under the lodash org.

This uses Basic Authentication for ease of use as a starter to learn the API.

Libraries:

Requirements:

  • python v3.6
  • pip3

Sample Usage:

  • Run unit tests
>> pytest
py_test.py ...
=====3 Tests======
  • Modify app.py and replace user_name and user_pwd with real git authenticated user/password
user_name = 'johndoe' # CHANGE ME!
user_pwd = '123abc' # CHANGE ME!
  • Run app.py

About

python github api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages