Skip to content

Instantly share code, notes, and snippets.

@adampats
Created May 26, 2016 23:13
Show Gist options
  • Save adampats/11893dc208c9c2cdfc5f56675119942c to your computer and use it in GitHub Desktop.
Save adampats/11893dc208c9c2cdfc5f56675119942c to your computer and use it in GitHub Desktop.
PyGithub with GHE
from github import Github
g = Github("user", "pass", base_url="https://github.foo.net")
u = g.get_user('user')
print u.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment