Skip to content

Instantly share code, notes, and snippets.

View macdhuibh's full-sized avatar

Anders Hofstee macdhuibh

View GitHub Profile
from pygithub3 import Github
def Members(github, organisation):
pages = github.orgs.members.list(organisation)
print 'Members of ' + organisation
for members in pages:
for member in members: