Created
May 26, 2016 23:13
-
-
Save adampats/11893dc208c9c2cdfc5f56675119942c to your computer and use it in GitHub Desktop.
PyGithub with GHE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from github import Github | |
g = Github("user", "pass", base_url="https://github.foo.net") | |
u = g.get_user('user') | |
print u.name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment