Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 7, 2014 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/8873914 to your computer and use it in GitHub Desktop.
Save peterbe/8873914 to your computer and use it in GitHub Desktop.
>>> in_groups('mail@peterbe.com', 'pretty people')
{u'meta': {u'limit': 20,
u'next': None,
u'offset': 0,
u'previous': None,
u'total_count': 1},
u'objects': [{u'accounts': [],
u'allows_community_sites': True,
u'allows_mozilla_sites': True,
u'bio': u'',
u'city': u'',
u'country': u'af',
u'date_mozillian': None,
u'date_vouched': u'2014-02-07T15:07:31',
u'email': u'mail@peterbe.com',
u'full_name': u'Peter Bengtsson',
u'groups': [u'pretty people'],
u'id': u'14321',
u'ircname': u'',
u'is_vouched': True,
u'languages': [],
u'photo': u'',
u'region': u'',
u'resource_uri': u'/api/v1/users/14321/',
u'skills': [],
u'timezone': u'',
u'url': u'https://mozillians.allizom.org/u/mail_peterbe/',
u'username': u'mail_peterbe',
u'vouched_by': 8045}]}
False
>>> in_groups('mail@peterbe.com', 'handsome grouper')
{u'meta': {u'limit': 20,
u'next': None,
u'offset': 0,
u'previous': None,
u'total_count': 0},
u'objects': []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment