In [47]:
import requests
requests.packages.urllib3.disable_warnings()
## DO NOT CHECK THIS KEY INTO THE REPO!
dan_access_token = 'USE_YOUR_OWN_TOKEN!'
github_sample_pub_url = 'https://github.com/idigbio/idb-backend/issues'
github_sample_priv_url = 'https://github.com/vertnet/tasks/issues'
api_pub_url = 'https://api.github.com/repos/idigbio/idb-backend/issues'
api_priv_url = 'https://api.github.com/repos/VertNet/Tasks/issues'
#
$ # Sample curl that works with access token
$ curl -H "Authorization: token xxxxxx" https://api.github.com/repos/VertNet/Tasks/issues
$ # using httpie tool
$ http -v https://api.github.com/repos/VertNet/Tasks/issues access_token==xxxxx
$ http -v https://api.github.com/repos/VertNet/Tasks/issues 'Authorization: Token xxxxx'
In [34]:
# r = requests.get(api_priv_url, headers={'Authorization': 'token ' + dan_access_token})
In [40]:
# r.status_code
In [69]:
since_date = '2016-08-01'
q_this_month = '?since=' + since_date
In [70]:
r = requests.get(api_priv_url + q_this_month, headers={'Authorization': 'token ' + dan_access_token})
In [71]:
r.json()
Out[71]:
[{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'KU Mammal Records in the range of catalogNumber >=168900 and <=168947 need to be removed from the portal. They should not be published and are no longer in the Darwin Core Archive.',
u'closed_at': None,
u'comments': 0,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/400/comments',
u'created_at': u'2016-09-06T23:10:42Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/400/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/400',
u'id': 175373687,
u'labels': [{u'color': u'0099ff',
u'name': u'priority code blue',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20code%20blue'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/400/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 400,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'KU Mammals -- Remove Records',
u'updated_at': u'2016-09-06T23:10:42Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/400',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution (and acronym): University of California Riverside Entomology Research Museum (UCRC)\r\nContact, Title: Doug Yanega, Senior Museum Scientist\r\n\r\nCollections URL: http://entmuseum.ucr.edu/\r\nSource data: text file (exported from FileMaker)\r\nHosting: iDigBio\r\n\r\nData License/Waiver: CC0\r\nMedia License: \r\n\r\nGBIF dataset URL: \r\nIPT resource URL: http://ipt.idigbio.org/resource?r=ucrc_ent\r\n',
u'closed_at': None,
u'comments': 1,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/399/comments',
u'created_at': u'2016-08-10T17:04:59Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/399/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/399',
u'id': 170468252,
u'labels': [{u'color': u'DEEBFB',
u'name': u'1-master list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-master%20list'},
{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'f7c6c7',
u'name': u'ipt idigbio',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/ipt%20idigbio'},
{u'color': u'62144f',
u'name': u'monthly',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/monthly'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'},
{u'color': u'5319e7',
u'name': u'nonvert',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/nonvert'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'},
{u'color': u'd4c5f9',
u'name': u'wait-review metadata',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/wait-review%20metadata'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/399/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 399,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'UCRC Ento',
u'updated_at': u'2016-08-10T17:10:31Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/399',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution (and acronym): Academy of Natural Sciences of Philadelphia\r\nContact, Title: Steve Dilliplane, Biodiversity Information Manager, bdim@ansp.org\r\n\r\nCollections URL: http://www.ansp.org/research/systematics-evolution/collections/mammalogy/\r\nSource data: \r\nHosting: http://phylo.ansp.org:8080/ipt/\r\n\r\nData License/Waiver: CC0\r\nMedia License:\r\n\r\nGBIF dataset URL: missing as of 2016-08-07\r\nIPT resource URL: http://phylo.ansp.org:8080/ipt/resource?r=ansp_mam',
u'closed_at': None,
u'comments': 1,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/396/comments',
u'created_at': u'2016-08-07T10:11:49Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/396/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/396',
u'id': 169789660,
u'labels': [{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'f733c7',
u'name': u'external provider',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/external%20provider'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'},
{u'color': u'f7ff00',
u'name': u'req-GBIF',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/req-GBIF'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/396/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 396,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ANSP Mammals',
u'updated_at': u'2016-08-07T10:13:07Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/396',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution (and acronym): Academy of Natural Sciences of Philadelphia\r\nContact, Title: Steve Dilliplane, Biodiversity Information Manager, bdim@ansp.org\r\n\r\nCollections URL: http://www.ansp.org/research/systematics-evolution/collections/icthyology/\r\nSource data: \r\nHosting: http://phylo.ansp.org:8080/ipt/\r\n\r\nData License/Waiver: CC0\r\nMedia License:\r\n\r\nGBIF dataset URL: missing as of 2016-08-07\r\nIPT resource URL: http://phylo.ansp.org:8080/ipt/resource?r=ansp_ich',
u'closed_at': None,
u'comments': 1,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/395/comments',
u'created_at': u'2016-08-07T10:08:44Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/395/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/395',
u'id': 169789560,
u'labels': [{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'f733c7',
u'name': u'external provider',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/external%20provider'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'},
{u'color': u'f7ff00',
u'name': u'req-GBIF',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/req-GBIF'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/395/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 395,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ANSP Fish',
u'updated_at': u'2016-08-07T10:09:05Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/395',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': None,
u'assignees': [],
u'body': u'Institution (and acronym): Academy of Natural Sciences of Philadelphia\r\nContact, Title: Steve Dilliplane, Biodiversity Information Manager, bdim@ansp.org\r\n\r\nCollections URL: http://www.ansp.org/research/systematics-evolution/collections/ornithology/\r\nSource data: FileMaker on Mac\r\nHosting: http://phylo.ansp.org:8080/ipt/\r\n\r\nData License/Waiver: CC0\r\nMedia License:\r\n\r\nGBIF dataset URL: http://gbif.org/dataset/8658262c-f762-11e1-a439-00145eb45e9a\r\nIPT resource URL: http://phylo.ansp.org:8080/ipt/resource.do?r=ansp_orn',
u'closed_at': None,
u'comments': 0,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/394/comments',
u'created_at': u'2016-08-07T10:02:33Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/394/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/394',
u'id': 169789375,
u'labels': [{u'color': u'f733c7',
u'name': u'external provider',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/external%20provider'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/394/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 394,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ANSP Birds',
u'updated_at': u'2016-08-07T10:02:33Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/394',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution (and acronym): Academy of Natural Sciences of Philadelphia\r\nContact, Title: Steve Dilliplane, Biodiversity Information Manager, bdim@ansp.org\r\n\r\nCollections URL: http://www.ansp.org/research/systematics-evolution/collections/herpetology/\r\nSource data: \r\nHosting: http://phylo.ansp.org:8080/ipt/\r\n\r\nData License/Waiver: CC0\r\nMedia License: \r\n\r\nGBIF dataset URL: http://gbif.org/dataset/86594bf6-f762-11e1-a439-00145eb45e9a\r\nIPT resource URL: http://phylo.ansp.org:8080/ipt/resource.do?r=ansp_hrp\r\n',
u'closed_at': None,
u'comments': 3,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/392/comments',
u'created_at': u'2016-08-07T09:39:10Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/392/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/392',
u'id': 169788525,
u'labels': [{u'color': u'f733c7',
u'name': u'external provider',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/external%20provider'},
{u'color': u'e11d21',
u'name': u'nag',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/nag'},
{u'color': u'f7ff00',
u'name': u'request',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/request'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/392/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 392,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ANSP Herps',
u'updated_at': u'2016-08-25T18:47:49Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/392',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution (and acronym): Paleobiology Database (PBDB)\r\nContact, Title: Mark Uhen, Admin; Michael McClennen, IT; Julian Jenkins, DB\r\n\r\nCollections URL: Michael McClennen\r\nSource data: https://paleobiodb.org/#/\r\nHosting: VertNet-hosted\r\n\r\nData License/Waiver: CC-BY-NC (aggregated data set w/ european data) \r\nMedia License:\r\n\r\nGBIF dataset URL: \r\nIPT resource URL: http://ipt.vertnet.org:8080/ipt/resource.do?r=pbdb_paleo\r\n',
u'closed_at': None,
u'comments': 6,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/374/comments',
u'created_at': u'2016-06-20T21:06:40Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/374/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/374',
u'id': 161295087,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'},
{u'color': u'0099ff',
u'name': u'priority code blue',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20code%20blue'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/374/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 374,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'PBDB - Paleobiology DataBase',
u'updated_at': u'2016-09-01T14:52:12Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/374',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u"Institution (and acronym): Raffles Museum of Biodiversity Research (RBMR) NEW NAME: LeeKong Chian Natural History Museum (still RBMR on GBIF)\r\nContact, Title: Siva (for now - a new database person is due in July) NEW: Dr. Wendy Wang, Scientific Officer, Curator of Entomological Collections (Hymenoptera); Prof Rudolf Meier, LKCNHM's Dy Head.\r\n\r\nCollections URL: \r\nSource data: \r\nHosting: \r\n\r\nData License/Waiver: \r\nMedia License: \r\n\r\nGBIF dataset URL: http://www.gbif.org/publisher/f53a51c0-88cf-11dc-a32a-b8a03c50a862\r\nIPT resource URL: \r\n",
u'closed_at': None,
u'comments': 4,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/368/comments',
u'created_at': u'2016-06-06T17:18:32Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/368/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/368',
u'id': 158729294,
u'labels': [{u'color': u'DEEBFB',
u'name': u'1-dropbox',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-dropbox'},
{u'color': u'DEEBFB',
u'name': u'1-master list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-master%20list'},
{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'e11d21',
u'name': u'nag',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/nag'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/368/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 368,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'RBMR (Raffles) Herps',
u'updated_at': u'2016-08-25T16:48:42Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/368',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution (and acronym): Charleston Museum, CHM\r\nContact, Title: Matthew Gibson, Curator of Natural History\r\n\r\nCollections URL: vert paleo (available as of 2Jun2016), http://www.charlestonmuseum.org/research/collection/?group_by=object_name&collection=Vertebrate+Paleontology+Collection&category=Natural+History&sub_category=Paleontology&redirected=1\r\nSource data: Past Perfect 5\r\nHosting: \r\n\r\nData License/Waiver: \r\nMedia License: \r\n\r\nGBIF dataset URL: \r\nIPT resource URL: \r\n',
u'closed_at': None,
u'comments': 10,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/367/comments',
u'created_at': u'2016-06-02T22:44:47Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/367/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/367',
u'id': 158256345,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'0099ff',
u'name': u'dataInDropBox',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/dataInDropBox'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'},
{u'color': u'5319e7',
u'name': u'nonvert',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/nonvert'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/367/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 367,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'Charleston Museum Verts and More',
u'updated_at': u'2016-09-02T19:52:02Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/367',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution (and acronym): New Brunswick Museum (NBMB)\r\nContact, Title: Greg Jongsma, \r\n\r\nCollections URL: http://www.nbm-mnb.ca/index.php#\r\nSource data: \r\nHosting: \r\n\r\nData License/Waiver: \r\nMedia License: \r\n\r\nGBIF dataset URL: \r\nIPT resource URL: \r\n',
u'closed_at': None,
u'comments': 6,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/365/comments',
u'created_at': u'2016-05-17T16:11:25Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/365/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/365',
u'id': 155299956,
u'labels': [{u'color': u'DEEBFB',
u'name': u'1-welcome',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-welcome'},
{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'},
{u'color': u'd4c5f9',
u'name': u'wait-data',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/wait-data'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/365/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 365,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'NBMB Vertebrates',
u'updated_at': u'2016-08-25T18:27:44Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/365',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution (and acronym): Zoological Institute, Russian Academy of Sciences, St. Petersburg (ZISP)\r\nContact, Title: Roman G. Khalikov, IT; Ananjeva Natalia.\r\n\r\nCollections URL: \r\nSource data: DiGIR\r\nHosting: \r\n\r\nData License/Waiver: \r\nMedia License: \r\n\r\nGBIF dataset URL: http://www.gbif.org/publisher/c14b9ce2-9545-4376-8a3b-6741558c256a\r\nIPT resource URL: ',
u'closed_at': None,
u'comments': 3,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/357/comments',
u'created_at': u'2016-04-12T20:17:15Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/357/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/357',
u'id': 147861836,
u'labels': [{u'color': u'DEEBFB',
u'name': u'1-welcome',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-welcome'},
{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/357/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 357,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ZISP Herps',
u'updated_at': u'2016-08-24T20:08:23Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/357',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution (and acronym): Brigham Young University (BYU)\r\nContact, Title: Duke Rogers, Curator\r\n\r\nCollections URL: \r\nSource data: Excel (Specify)\r\nHosting: \r\n\r\nData License/Waiver: \r\nMedia License: \r\n\r\nGBIF dataset URL: \r\nIPT resource URL: \r\n',
u'closed_at': None,
u'comments': 6,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/354/comments',
u'created_at': u'2016-04-06T17:35:39Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/354/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/354',
u'id': 146383144,
u'labels': [{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'0099ff',
u'name': u'dataInDropBox',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/dataInDropBox'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/354/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 354,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'BYU Mammals',
u'updated_at': u'2016-08-23T19:05:26Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/354',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution (and acronym): University of Arizona Museum of Natural History (UAZ)\r\nContact, Title: Melanie Bucci, Collection Manager\r\n\r\nCollections URL: Museum website (http://www.eebweb.arizona.edu/Collections/AboutUs.htm), collection description (http://www.eebweb.arizona.edu/Collections/Mammal.htm\u200b), department homepage http://eeb.arizona.edu/)\r\nSource data: Excel (building an Access version)\r\nHosting: VN-Hosted\r\n\r\nData License/Waiver: CC0\r\nMedia License: \r\n\r\nGBIF dataset URL: http://www.gbif.org/dataset/96275bf2-8999-4869-95d5-4903a84391b0\r\nIPT resource URL: http://ipt.vertnet.org:8080/ipt/resource.do?r=uaz_mammals\r\n',
u'closed_at': None,
u'comments': 8,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/346/comments',
u'created_at': u'2016-03-15T18:47:10Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/346/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/346',
u'id': 141065423,
u'labels': [{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/346/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 346,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'UAZ Mammals',
u'updated_at': u'2016-08-24T20:04:55Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/346',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Louisiana State University Museum of Natural Science (LSUMZ)\r\nContact: Donna Dittmann\r\nSource data format: Excel (moving into Specify)\r\nLink to collection: http://sites01.lsu.edu/wp/mns/research-collections/genetic-resources/\r\nGBIF ID: http://www.gbif.org/dataset/fc003253-5eee-414e-84c8-817e12bdb708\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=lsumz-bird-tissues\r\nCC: CC0\r\n\r\nNOTE: LSUMZ Genetic Collections will be VN-hosted and published as individual collections for now (Mammal, Bird, Herp). They are working to integrate the tissues back into the specimen collections and want to publish, for example, Mammals and Mammal Tissues as one dataset eventually.',
u'closed_at': None,
u'comments': 11,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/327/comments',
u'created_at': u'2016-02-02T21:52:02Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/327/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/327',
u'id': 130829702,
u'labels': [{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/327/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 327,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'LSUMZ Bird Tissues',
u'updated_at': u'2016-08-24T20:08:56Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/327',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution: Natural Science Museum of Barcelona (MCNB)\r\nContact: Francesc Uribe, Jordi Vallaronga\r\nSource data format: Darwin Core Archive\r\nDropbox: MCNBForVertNet\r\nIPT resource (migrated): http://www.gbif.es:8080/ipt/',
u'closed_at': None,
u'comments': 3,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/305/comments',
u'created_at': u'2015-11-14T00:32:13Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/305/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/305',
u'id': 116881463,
u'labels': [{u'color': u'DEEBFB',
u'name': u'1-master list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/1-master%20list'},
{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'bbd7f5',
u'name': u'2-MySQL',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-MySQL'},
{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-mailing list',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-mailing%20list'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'},
{u'color': u'd4c5f9',
u'name': u'wait-github account',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/wait-github%20account'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/305/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 305,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'MCNB Tissue',
u'updated_at': u'2016-09-06T15:57:11Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/305',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Illinois State Museum\r\nContact: Meredith Mahoney, Assistant Curator of Zoology\r\nSource data format: Specify (Herbarium and non-verts will be in other formats)\r\nGBIF: http://www.gbif.org/dataset/2ffeb29f-0971-474c-895e-45e60da3b2a3\r\nIPT: http://ipt.vertnet.org:8080/ipt/resource.do?r=ism_birds',
u'closed_at': None,
u'comments': 9,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/302/comments',
u'created_at': u'2015-11-06T04:01:01Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/302/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/302',
u'id': 115429768,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/302/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 302,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ISM Birds',
u'updated_at': u'2016-08-23T19:03:26Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/302',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Illinois State Museum\r\nContact: Meredith Mahoney, Assistant Curator of Zoology\r\nSource data format: Specify (Herbarium and non-verts will be in other formats)\r\nGBIF: http://www.gbif.org/dataset/4b17f1c6-93a3-4e22-9822-1c7d829bb666\r\nIPT: http://ipt.vertnet.org:8080/ipt/resource.do?r=ism_herps',
u'closed_at': None,
u'comments': 8,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/301/comments',
u'created_at': u'2015-11-06T04:00:22Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/301/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/301',
u'id': 115429720,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/301/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 301,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ISM Herps',
u'updated_at': u'2016-08-23T19:03:35Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/301',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Illinois State Museum\r\nContact: Meredith Mahoney, Assistant Curator of Zoology\r\nSource data format: Specify (Herbarium and non-verts will be in other formats)\r\nGBIF: http://www.gbif.org/dataset/07e9980a-a9f6-4a35-9df6-26371459e570\r\nIPT: http://ipt.vertnet.org:8080/ipt/resource.do?r=ism_mammals',
u'closed_at': None,
u'comments': 11,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/300/comments',
u'created_at': u'2015-11-06T03:59:45Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/300/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/300',
u'id': 115429678,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/300/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 300,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ISM Mammals',
u'updated_at': u'2016-08-23T19:03:45Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/300',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution: Connor Museum\r\nContact: Kelly Cassidy, Curator\r\nSource data format: Excel\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=crcm_verts',
u'closed_at': None,
u'comments': 1,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/269/comments',
u'created_at': u'2015-10-11T11:38:04Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/269/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/269',
u'id': 110851113,
u'labels': [{u'color': u'fbca04',
u'name': u'harvest',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/harvest'},
{u'color': u'62144f',
u'name': u'monthly',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/monthly'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/269/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 269,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'Harvest CRCM vertebrates - monthly',
u'updated_at': u'2016-08-25T20:43:30Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/269',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Illinois State Museum\r\nContact: Meredith Mahoney, Assistant Curator of Zoology\r\nSource data format: Specify (Herbarium and non-verts will be in other formats)\r\nGBIF: http://www.gbif.org/dataset/360a3e6f-da4e-48a8-a57e-1db31db64110\r\nIPT: http://ipt.vertnet.org:8080/ipt/resource.do?r=ism_fish',
u'closed_at': None,
u'comments': 15,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/255/comments',
u'created_at': u'2015-08-25T18:04:02Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/255/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/255',
u'id': 103083349,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/255/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 255,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'ISM Fish',
u'updated_at': u'2016-08-23T19:03:53Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/255',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution: Texas A&M University Biodiversity Research and Teaching Collections\r\nContact: Mary Wicksten, Curator (inverts), Heather Prestridge, Curator\r\nCollection information URL: http://brtc.tamu.edu/collections/marine-invertebrates/\r\nSource data format: Access\r\nDropbox: TCWCForVertNet (with the verts)\r\nLicense: CC0\r\nIPT resource (migrated): http://ipt.vertnet.org:8080/ipt/resource.do?r=tcwc_inverts\r\nGBIF dataset: http://www.gbif.org/dataset/16b0aa56-90aa-436c-bfe8-b5af83f84575',
u'closed_at': None,
u'comments': 13,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/249/comments',
u'created_at': u'2015-06-30T13:32:51Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/249/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/249',
u'id': 92095781,
u'labels': [{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'},
{u'color': u'5319e7',
u'name': u'nonvert',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/nonvert'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/249/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 249,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'TCWC Invertebrates',
u'updated_at': u'2016-08-07T18:10:04Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/249',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution: University of Arizona Museum of Natural History\r\nContact: George Bradley, Collection Manager\r\nSource data format: Excel\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=uaz_herps',
u'closed_at': None,
u'comments': 14,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/159/comments',
u'created_at': u'2015-04-08T20:49:15Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/159/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/159',
u'id': 67217006,
u'labels': [{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'},
{u'color': u'f7ff00',
u'name': u'req-GBIF',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/req-GBIF'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/159/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 159,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'UAZ Herps',
u'updated_at': u'2016-09-01T13:18:23Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/159',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Utah Museum of Natural History\r\nContact: Eric Rickart, Curator\r\nSource data format: Excel, eventually Arctos\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=umnh_birds',
u'closed_at': None,
u'comments': 9,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/154/comments',
u'created_at': u'2015-04-08T20:34:39Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/154/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/154',
u'id': 67214242,
u'labels': [{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'd4c5f9',
u'name': u'wait-review data',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/wait-review%20data'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/154/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 154,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'UMNH Birds',
u'updated_at': u'2016-08-23T19:03:07Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/154',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Redpath Museum, McGill University (RM)\r\nContact: Anthony Howell, Curatorial Technician Zoology\r\n\r\nSource data format: MS Access\r\nCollections URL:\r\nHosting: VertNet\r\n\r\nData license/Waiver:\r\nMedia license:\r\n\r\nGBIF Dataset URL: TBD\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=rm_herps',
u'closed_at': None,
u'comments': 6,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/128/comments',
u'created_at': u'2015-03-31T21:43:06Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/128/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/128',
u'id': 65553546,
u'labels': [{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'aadef8',
u'name': u'3-IPT user accounts',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-IPT%20user%20accounts'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-follow-up',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-follow-up'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'0099ff',
u'name': u'dataInDropBox',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/dataInDropBox'},
{u'color': u'e11d21',
u'name': u'needs license',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/needs%20license'},
{u'color': u'0052cc',
u'name': u'new',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/new'},
{u'color': u'0099ff',
u'name': u'priority code blue',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20code%20blue'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/128/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 128,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'RM Herps',
u'updated_at': u'2016-08-30T16:17:39Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/128',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
{u'avatar_url': u'https://avatars.githubusercontent.com/u/942447?v=3',
u'events_url': u'https://api.github.com/users/dbloom/events{/privacy}',
u'followers_url': u'https://api.github.com/users/dbloom/followers',
u'following_url': u'https://api.github.com/users/dbloom/following{/other_user}',
u'gists_url': u'https://api.github.com/users/dbloom/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/dbloom',
u'id': 942447,
u'login': u'dbloom',
u'organizations_url': u'https://api.github.com/users/dbloom/orgs',
u'received_events_url': u'https://api.github.com/users/dbloom/received_events',
u'repos_url': u'https://api.github.com/users/dbloom/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/dbloom/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/dbloom/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/dbloom'}],
u'body': u'Institution: Museum of Wildlife and Fish Biology, UC Davis\r\nContact: Irene Engilis\r\nSource data format: Access 2003\r\nIPT Resource: TBD',
u'closed_at': None,
u'comments': 4,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/79/comments',
u'created_at': u'2015-03-31T15:19:47Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/79/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/79',
u'id': 65476498,
u'labels': [{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-portal communications',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-portal%20communications'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-GBIF ID to GitHub',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-GBIF%20ID%20to%20GitHub'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'},
{u'color': u'e11d21',
u'name': u'priority high',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/priority%20high'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/79/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 79,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'MWFB Vertebrates',
u'updated_at': u'2016-08-29T20:26:05Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/79',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution: Mississippi Museum of Natural Science\r\nContact: Matt Wagner, Curator of Fish\r\nSource data format: Access\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=mmns_fish',
u'closed_at': None,
u'comments': 3,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/63/comments',
u'created_at': u'2015-03-30T20:06:57Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/63/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/63',
u'id': 65291263,
u'labels': [{u'color': u'bbd7f5',
u'name': u'2-migrate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-migrate'},
{u'color': u'bbd7f5',
u'name': u'2-resource',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/2-resource'},
{u'color': u'aadef8',
u'name': u'3-cartodb',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-cartodb'},
{u'color': u'aadef8',
u'name': u'3-GBIF communication',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-GBIF%20communication'},
{u'color': u'aadef8',
u'name': u'3-github',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/3-github'},
{u'color': u'bfdadc',
u'name': u'4-metadata email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-metadata%20email'},
{u'color': u'bfdadc',
u'name': u'4-review reports and data email',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/4-review%20reports%20and%20data%20email'},
{u'color': u'BFDCD0',
u'name': u'5-archive migrator',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-archive%20migrator'},
{u'color': u'BFDCD0',
u'name': u'5-publish',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/5-publish'},
{u'color': u'bfe5bf',
u'name': u'6-register',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/6-register'},
{u'color': u'009800',
u'name': u'7-verify stats',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/7-verify%20stats'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/63/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 63,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'MMNS Fish',
u'updated_at': u'2016-08-24T22:58:32Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/63',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution: United States National Museum, National Museum Natural History, Smithsonian\r\nContact: Tom Hollowell\r\nSource data format: EMu\r\nIPT resource: http://ipt.vertnet.org:8080/iptstrays/resource.do?r=nmnh_vert_paleo\r\nSource URL: http://collections.mnh.si.edu/ipt/resource.do?r=nmnhdwca',
u'closed_at': None,
u'comments': 14,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/57/comments',
u'created_at': u'2015-03-30T19:45:12Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/57/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/57',
u'id': 65286301,
u'labels': [{u'color': u'f733c7',
u'name': u'external provider',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/external%20provider'},
{u'color': u'f7c6c7',
u'name': u'ipt strays',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/ipt%20strays'},
{u'color': u'5319e7',
u'name': u'paleo',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/paleo'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/57/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 57,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'USNM Vert Paleo',
u'updated_at': u'2016-08-02T16:23:27Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/57',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution: Connor Museum\r\nContact: Kelly Cassidy, Curator\r\nSource data format: Excel\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=crcm_verts',
u'closed_at': None,
u'comments': 8,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/35/comments',
u'created_at': u'2015-03-30T17:58:35Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/35/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/35',
u'id': 65266889,
u'labels': [{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/35/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 35,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'CRCM Vertebrates',
u'updated_at': u'2016-08-25T20:42:40Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/35',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/742537?v=3',
u'events_url': u'https://api.github.com/users/laurarussell/events{/privacy}',
u'followers_url': u'https://api.github.com/users/laurarussell/followers',
u'following_url': u'https://api.github.com/users/laurarussell/following{/other_user}',
u'gists_url': u'https://api.github.com/users/laurarussell/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/laurarussell',
u'id': 742537,
u'login': u'laurarussell',
u'organizations_url': u'https://api.github.com/users/laurarussell/orgs',
u'received_events_url': u'https://api.github.com/users/laurarussell/received_events',
u'repos_url': u'https://api.github.com/users/laurarussell/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/laurarussell/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/laurarussell/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/laurarussell'}],
u'body': u'Institution: University of Michigan Museum of Zoology\r\nContact: Janet Hinshaw, Collections Manager\r\nSource data format: Specify exported to text\r\nDropbox: UMMZForVertNet\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=ummz_birds',
u'closed_at': None,
u'comments': 9,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/21/comments',
u'created_at': u'2015-03-28T13:58:48Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/21/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/21',
u'id': 64945501,
u'labels': [{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/21/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 21,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'UMMZ Birds',
u'updated_at': u'2016-08-11T18:42:23Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/21',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}},
{u'assignee': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'},
u'assignees': [{u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}],
u'body': u'Institution: Bernice P. Bishop Museum\r\nContact: Richard Pyle, Database Coordinator; Molly Hagemann, Vertebrate Zoology Collection Manager\r\nSource data format: SQL Server\r\nIPT resource: http://ipt.vertnet.org:8080/ipt/resource.do?r=bpbm\r\nIPTStrays verts resource: http://ipt.vertnet.org:8080/iptstrays/resource.do?r=bpbm_verts',
u'closed_at': None,
u'comments': 8,
u'comments_url': u'https://api.github.com/repos/VertNet/Tasks/issues/15/comments',
u'created_at': u'2015-03-25T20:50:25Z',
u'events_url': u'https://api.github.com/repos/VertNet/Tasks/issues/15/events',
u'html_url': u'https://github.com/VertNet/Tasks/issues/15',
u'id': 64369486,
u'labels': [{u'color': u'004c00',
u'name': u'8-automate',
u'url': u'https://api.github.com/repos/VertNet/Tasks/labels/8-automate'}],
u'labels_url': u'https://api.github.com/repos/VertNet/Tasks/issues/15/labels{/name}',
u'locked': False,
u'milestone': None,
u'number': 15,
u'repository_url': u'https://api.github.com/repos/VertNet/Tasks',
u'state': u'open',
u'title': u'BPBM Vertebrates',
u'updated_at': u'2016-08-30T16:14:22Z',
u'url': u'https://api.github.com/repos/VertNet/Tasks/issues/15',
u'user': {u'avatar_url': u'https://avatars.githubusercontent.com/u/462827?v=3',
u'events_url': u'https://api.github.com/users/tucotuco/events{/privacy}',
u'followers_url': u'https://api.github.com/users/tucotuco/followers',
u'following_url': u'https://api.github.com/users/tucotuco/following{/other_user}',
u'gists_url': u'https://api.github.com/users/tucotuco/gists{/gist_id}',
u'gravatar_id': u'',
u'html_url': u'https://github.com/tucotuco',
u'id': 462827,
u'login': u'tucotuco',
u'organizations_url': u'https://api.github.com/users/tucotuco/orgs',
u'received_events_url': u'https://api.github.com/users/tucotuco/received_events',
u'repos_url': u'https://api.github.com/users/tucotuco/repos',
u'site_admin': False,
u'starred_url': u'https://api.github.com/users/tucotuco/starred{/owner}{/repo}',
u'subscriptions_url': u'https://api.github.com/users/tucotuco/subscriptions',
u'type': u'User',
u'url': u'https://api.github.com/users/tucotuco'}}]
In [68]:
r.status_code
Out[68]:
200
In [73]:
print "ISSUES updated since", since_date, ":"
for each in r.json():
if "title" in each:
print each["html_url"], each["title"]
ISSUES updated since 2016-08-01 :
https://github.com/VertNet/Tasks/issues/400 KU Mammals -- Remove Records
https://github.com/VertNet/Tasks/issues/399 UCRC Ento
https://github.com/VertNet/Tasks/issues/396 ANSP Mammals
https://github.com/VertNet/Tasks/issues/395 ANSP Fish
https://github.com/VertNet/Tasks/issues/394 ANSP Birds
https://github.com/VertNet/Tasks/issues/392 ANSP Herps
https://github.com/VertNet/Tasks/issues/374 PBDB - Paleobiology DataBase
https://github.com/VertNet/Tasks/issues/368 RBMR (Raffles) Herps
https://github.com/VertNet/Tasks/issues/367 Charleston Museum Verts and More
https://github.com/VertNet/Tasks/issues/365 NBMB Vertebrates
https://github.com/VertNet/Tasks/issues/357 ZISP Herps
https://github.com/VertNet/Tasks/issues/354 BYU Mammals
https://github.com/VertNet/Tasks/issues/346 UAZ Mammals
https://github.com/VertNet/Tasks/issues/327 LSUMZ Bird Tissues
https://github.com/VertNet/Tasks/issues/305 MCNB Tissue
https://github.com/VertNet/Tasks/issues/302 ISM Birds
https://github.com/VertNet/Tasks/issues/301 ISM Herps
https://github.com/VertNet/Tasks/issues/300 ISM Mammals
https://github.com/VertNet/Tasks/issues/269 Harvest CRCM vertebrates - monthly
https://github.com/VertNet/Tasks/issues/255 ISM Fish
https://github.com/VertNet/Tasks/issues/249 TCWC Invertebrates
https://github.com/VertNet/Tasks/issues/159 UAZ Herps
https://github.com/VertNet/Tasks/issues/154 UMNH Birds
https://github.com/VertNet/Tasks/issues/128 RM Herps
https://github.com/VertNet/Tasks/issues/79 MWFB Vertebrates
https://github.com/VertNet/Tasks/issues/63 MMNS Fish
https://github.com/VertNet/Tasks/issues/57 USNM Vert Paleo
https://github.com/VertNet/Tasks/issues/35 CRCM Vertebrates
https://github.com/VertNet/Tasks/issues/21 UMMZ Birds
https://github.com/VertNet/Tasks/issues/15 BPBM Vertebrates
In [74]:
print "NEW issues since", since_date, ":"
for each in r.json():
if "title" in each:
for labels in each["labels"]:
if "name" in labels:
if labels["name"] == "new":
print each["html_url"], each["title"]
NEW issues since 2016-08-01 :
https://github.com/VertNet/Tasks/issues/399 UCRC Ento
https://github.com/VertNet/Tasks/issues/374 PBDB - Paleobiology DataBase
https://github.com/VertNet/Tasks/issues/367 Charleston Museum Verts and More
https://github.com/VertNet/Tasks/issues/365 NBMB Vertebrates
https://github.com/VertNet/Tasks/issues/354 BYU Mammals
https://github.com/VertNet/Tasks/issues/327 LSUMZ Bird Tissues
https://github.com/VertNet/Tasks/issues/128 RM Herps
In [ ]:
Content source: iDigBio/idb-backend
Similar notebooks: