Created by Pete Graham / @petexgraham
githubpy
https://github.com/michaelliao/githubpy/
https://pypi.python.org/pypi/githubpy/1.1.0
29 stars
PyGithub
https://github.com/dustin/py-github
https://pypi.python.org/pypi/PyGithub/1.24.0
135 stars
from github import Github
g = Github("user", "password")
for repo in g.get_user().get_repos():
print repo.name
from github import Github
g = Github("user", "password")
github_repo = github.get_repo('LostProperty/Feedback_demo')
filter_label = get_label(github_repo, 'Feedback')
issues = github_repo.get_issues(labels=[filter_label])
for issue in issues:
print(issue.title)
Tuesday 18th March
Lost Property HQ
192 St Johns Street
Clerkenwell