In [2]:
import pickle
d = pickle.load(open('starlist.pickle', 'rb'))
d
Out[2]:
[{'archive_url': 'https://api.github.com/repos/pouchdb/pouchdb/{archive_format}{/ref}',
'assignees_url': 'https://api.github.com/repos/pouchdb/pouchdb/assignees{/user}',
'blobs_url': 'https://api.github.com/repos/pouchdb/pouchdb/git/blobs{/sha}',
'branches_url': 'https://api.github.com/repos/pouchdb/pouchdb/branches{/branch}',
'clone_url': 'https://github.com/pouchdb/pouchdb.git',
'collaborators_url': 'https://api.github.com/repos/pouchdb/pouchdb/collaborators{/collaborator}',
'comments_url': 'https://api.github.com/repos/pouchdb/pouchdb/comments{/number}',
'commits_url': 'https://api.github.com/repos/pouchdb/pouchdb/commits{/sha}',
'compare_url': 'https://api.github.com/repos/pouchdb/pouchdb/compare/{base}...{head}',
'contents_url': 'https://api.github.com/repos/pouchdb/pouchdb/contents/{+path}',
'contributors_url': 'https://api.github.com/repos/pouchdb/pouchdb/contributors',
'created_at': '2010-06-10T18:34:24Z',
'default_branch': 'master',
'description': ':koala: - PouchDB is a pocket-sized database.',
'downloads_url': 'https://api.github.com/repos/pouchdb/pouchdb/downloads',
'events_url': 'https://api.github.com/repos/pouchdb/pouchdb/events',
'fork': False,
'forks': 612,
'forks_count': 612,
'forks_url': 'https://api.github.com/repos/pouchdb/pouchdb/forks',
'full_name': 'pouchdb/pouchdb',
'git_commits_url': 'https://api.github.com/repos/pouchdb/pouchdb/git/commits{/sha}',
'git_refs_url': 'https://api.github.com/repos/pouchdb/pouchdb/git/refs{/sha}',
'git_tags_url': 'https://api.github.com/repos/pouchdb/pouchdb/git/tags{/sha}',
'git_url': 'git://github.com/pouchdb/pouchdb.git',
'has_downloads': True,
'has_issues': True,
'has_pages': True,
'has_wiki': True,
'homepage': 'http://pouchdb.com/',
'hooks_url': 'https://api.github.com/repos/pouchdb/pouchdb/hooks',
'html_url': 'https://github.com/pouchdb/pouchdb',
'id': 714074,
'issue_comment_url': 'https://api.github.com/repos/pouchdb/pouchdb/issues/comments{/number}',
'issue_events_url': 'https://api.github.com/repos/pouchdb/pouchdb/issues/events{/number}',
'issues_url': 'https://api.github.com/repos/pouchdb/pouchdb/issues{/number}',
'keys_url': 'https://api.github.com/repos/pouchdb/pouchdb/keys{/key_id}',
'labels_url': 'https://api.github.com/repos/pouchdb/pouchdb/labels{/name}',
'language': 'JavaScript',
'languages_url': 'https://api.github.com/repos/pouchdb/pouchdb/languages',
'merges_url': 'https://api.github.com/repos/pouchdb/pouchdb/merges',
'milestones_url': 'https://api.github.com/repos/pouchdb/pouchdb/milestones{/number}',
'mirror_url': None,
'name': 'pouchdb',
'notifications_url': 'https://api.github.com/repos/pouchdb/pouchdb/notifications{?since,all,participating}',
'open_issues': 137,
'open_issues_count': 137,
'owner': {'avatar_url': 'https://avatars.githubusercontent.com/u/3406112?v=3',
'events_url': 'https://api.github.com/users/pouchdb/events{/privacy}',
'followers_url': 'https://api.github.com/users/pouchdb/followers',
'following_url': 'https://api.github.com/users/pouchdb/following{/other_user}',
'gists_url': 'https://api.github.com/users/pouchdb/gists{/gist_id}',
'gravatar_id': '',
'html_url': 'https://github.com/pouchdb',
'id': 3406112,
'login': 'pouchdb',
'organizations_url': 'https://api.github.com/users/pouchdb/orgs',
'received_events_url': 'https://api.github.com/users/pouchdb/received_events',
'repos_url': 'https://api.github.com/users/pouchdb/repos',
'site_admin': False,
'starred_url': 'https://api.github.com/users/pouchdb/starred{/owner}{/repo}',
'subscriptions_url': 'https://api.github.com/users/pouchdb/subscriptions',
'type': 'Organization',
'url': 'https://api.github.com/users/pouchdb'},
'private': False,
'pulls_url': 'https://api.github.com/repos/pouchdb/pouchdb/pulls{/number}',
'pushed_at': '2016-01-17T22:07:22Z',
'releases_url': 'https://api.github.com/repos/pouchdb/pouchdb/releases{/id}',
'size': 143761,
'ssh_url': 'git@github.com:pouchdb/pouchdb.git',
'stargazers_count': 5582,
'stargazers_url': 'https://api.github.com/repos/pouchdb/pouchdb/stargazers',
'statuses_url': 'https://api.github.com/repos/pouchdb/pouchdb/statuses/{sha}',
'subscribers_url': 'https://api.github.com/repos/pouchdb/pouchdb/subscribers',
'subscription_url': 'https://api.github.com/repos/pouchdb/pouchdb/subscription',
'svn_url': 'https://github.com/pouchdb/pouchdb',
'tags_url': 'https://api.github.com/repos/pouchdb/pouchdb/tags',
'teams_url': 'https://api.github.com/repos/pouchdb/pouchdb/teams',
'trees_url': 'https://api.github.com/repos/pouchdb/pouchdb/git/trees{/sha}',
'updated_at': '2016-01-17T22:16:07Z',
'url': 'https://api.github.com/repos/pouchdb/pouchdb',
'watchers': 5582,
'watchers_count': 5582}]
Content source: erikdejonge/github-stars-syncer
Similar notebooks: