From 4c4be532afa4676617940c2beb83cea49957b218 Mon Sep 17 00:00:00 2001 From: Tania Jm Date: Tue, 16 Nov 2021 16:55:52 -0600 Subject: [PATCH] respuestas --- challenge-1.py | 1 - .../challenge 1-checkpoint.ipynb | 1840 ++++++++++++++++ .../challenge 2-checkpoint.ipynb | 1851 +++++++++++++++++ .../challenge 3-checkpoint.ipynb | 1845 ++++++++++++++++ your-code/challenge 1.ipynb | 1840 ++++++++++++++++ your-code/challenge 2.ipynb | 1851 +++++++++++++++++ your-code/challenge 3.ipynb | 1845 ++++++++++++++++ 7 files changed, 11072 insertions(+), 1 deletion(-) delete mode 100644 challenge-1.py create mode 100644 your-code/.ipynb_checkpoints/challenge 1-checkpoint.ipynb create mode 100644 your-code/.ipynb_checkpoints/challenge 2-checkpoint.ipynb create mode 100644 your-code/.ipynb_checkpoints/challenge 3-checkpoint.ipynb create mode 100644 your-code/challenge 1.ipynb create mode 100644 your-code/challenge 2.ipynb create mode 100644 your-code/challenge 3.ipynb diff --git a/challenge-1.py b/challenge-1.py deleted file mode 100644 index df4b3cf..0000000 --- a/challenge-1.py +++ /dev/null @@ -1 +0,0 @@ -# enter your code below \ No newline at end of file diff --git a/your-code/.ipynb_checkpoints/challenge 1-checkpoint.ipynb b/your-code/.ipynb_checkpoints/challenge 1-checkpoint.ipynb new file mode 100644 index 0000000..906b9f6 --- /dev/null +++ b/your-code/.ipynb_checkpoints/challenge 1-checkpoint.ipynb @@ -0,0 +1,1840 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 16, + "id": "90ddbfda", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018/forks\")\n", + "data=busqueda.json()" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "7522199d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'id': 421388729,\n", + " 'node_id': 'R_kgDOGR3huQ',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'TheIronhidex/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'TheIronhidex',\n", + " 'id': 92517380,\n", + " 'node_id': 'U_kgDOBYO0BA',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/92517380?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/TheIronhidex',\n", + " 'html_url': 'https://github.com/TheIronhidex',\n", + " 'followers_url': 'https://api.github.com/users/TheIronhidex/followers',\n", + " 'following_url': 'https://api.github.com/users/TheIronhidex/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/TheIronhidex/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/TheIronhidex/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/TheIronhidex/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/TheIronhidex/orgs',\n", + " 'repos_url': 'https://api.github.com/users/TheIronhidex/repos',\n", + " 'events_url': 'https://api.github.com/users/TheIronhidex/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/TheIronhidex/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/TheIronhidex/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/deployments',\n", + " 'created_at': '2021-10-26T11:01:48Z',\n", + " 'updated_at': '2021-10-26T11:01:49Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/TheIronhidex/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:TheIronhidex/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/TheIronhidex/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/TheIronhidex/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 416830289,\n", + " 'node_id': 'R_kgDOGNhTUQ',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'techols/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'techols',\n", + " 'id': 86572687,\n", + " 'node_id': 'MDQ6VXNlcjg2NTcyNjg3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/86572687?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/techols',\n", + " 'html_url': 'https://github.com/techols',\n", + " 'followers_url': 'https://api.github.com/users/techols/followers',\n", + " 'following_url': 'https://api.github.com/users/techols/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/techols/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/techols/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/techols/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/techols/orgs',\n", + " 'repos_url': 'https://api.github.com/users/techols/repos',\n", + " 'events_url': 'https://api.github.com/users/techols/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/techols/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/techols/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/techols/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/techols/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/techols/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/techols/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/techols/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/techols/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/techols/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/techols/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/techols/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/techols/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/techols/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/techols/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/techols/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/techols/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/techols/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/techols/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/techols/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/techols/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/techols/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/techols/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/techols/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/techols/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/techols/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/techols/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/techols/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/techols/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/techols/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/techols/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/techols/mad-oct-2018/deployments',\n", + " 'created_at': '2021-10-13T17:04:42Z',\n", + " 'updated_at': '2021-10-13T17:04:43Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/techols/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:techols/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/techols/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/techols/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 357335874,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkzNTczMzU4NzQ=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'luisbang/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'luisbang',\n", + " 'id': 79090589,\n", + " 'node_id': 'MDQ6VXNlcjc5MDkwNTg5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/79090589?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/luisbang',\n", + " 'html_url': 'https://github.com/luisbang',\n", + " 'followers_url': 'https://api.github.com/users/luisbang/followers',\n", + " 'following_url': 'https://api.github.com/users/luisbang/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/luisbang/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/luisbang/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/luisbang/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/luisbang/orgs',\n", + " 'repos_url': 'https://api.github.com/users/luisbang/repos',\n", + " 'events_url': 'https://api.github.com/users/luisbang/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/luisbang/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/luisbang/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/luisbang/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/deployments',\n", + " 'created_at': '2021-04-12T20:51:51Z',\n", + " 'updated_at': '2021-04-12T20:51:52Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/luisbang/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:luisbang/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/luisbang/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/luisbang/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 335309218,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkzMzUzMDkyMTg=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'Forastierii/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'Forastierii',\n", + " 'id': 67510604,\n", + " 'node_id': 'MDQ6VXNlcjY3NTEwNjA0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/67510604?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/Forastierii',\n", + " 'html_url': 'https://github.com/Forastierii',\n", + " 'followers_url': 'https://api.github.com/users/Forastierii/followers',\n", + " 'following_url': 'https://api.github.com/users/Forastierii/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/Forastierii/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/Forastierii/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/Forastierii/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/Forastierii/orgs',\n", + " 'repos_url': 'https://api.github.com/users/Forastierii/repos',\n", + " 'events_url': 'https://api.github.com/users/Forastierii/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/Forastierii/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/Forastierii/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/Forastierii/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/deployments',\n", + " 'created_at': '2021-02-02T14:07:17Z',\n", + " 'updated_at': '2021-02-02T14:07:19Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/Forastierii/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:Forastierii/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/Forastierii/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/Forastierii/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 220066216,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMjAwNjYyMTY=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'ToniPons97/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ToniPons97',\n", + " 'id': 45130294,\n", + " 'node_id': 'MDQ6VXNlcjQ1MTMwMjk0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/45130294?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ToniPons97',\n", + " 'html_url': 'https://github.com/ToniPons97',\n", + " 'followers_url': 'https://api.github.com/users/ToniPons97/followers',\n", + " 'following_url': 'https://api.github.com/users/ToniPons97/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ToniPons97/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ToniPons97/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ToniPons97/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ToniPons97/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ToniPons97/repos',\n", + " 'events_url': 'https://api.github.com/users/ToniPons97/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ToniPons97/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ToniPons97/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/deployments',\n", + " 'created_at': '2019-11-06T18:44:51Z',\n", + " 'updated_at': '2019-11-06T18:44:52Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/ToniPons97/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ToniPons97/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ToniPons97/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ToniPons97/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 204100911,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMDQxMDA5MTE=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'rsennes/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'rsennes',\n", + " 'id': 34886384,\n", + " 'node_id': 'MDQ6VXNlcjM0ODg2Mzg0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/34886384?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/rsennes',\n", + " 'html_url': 'https://github.com/rsennes',\n", + " 'followers_url': 'https://api.github.com/users/rsennes/followers',\n", + " 'following_url': 'https://api.github.com/users/rsennes/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/rsennes/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/rsennes/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/rsennes/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/rsennes/orgs',\n", + " 'repos_url': 'https://api.github.com/users/rsennes/repos',\n", + " 'events_url': 'https://api.github.com/users/rsennes/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/rsennes/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/rsennes/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/rsennes/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/deployments',\n", + " 'created_at': '2019-08-24T03:04:02Z',\n", + " 'updated_at': '2019-08-24T03:04:04Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/rsennes/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:rsennes/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/rsennes/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/rsennes/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 200138127,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMDAxMzgxMjc=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'gggfaria/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'gggfaria',\n", + " 'id': 13389357,\n", + " 'node_id': 'MDQ6VXNlcjEzMzg5MzU3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/13389357?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/gggfaria',\n", + " 'html_url': 'https://github.com/gggfaria',\n", + " 'followers_url': 'https://api.github.com/users/gggfaria/followers',\n", + " 'following_url': 'https://api.github.com/users/gggfaria/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/gggfaria/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/gggfaria/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/gggfaria/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/gggfaria/orgs',\n", + " 'repos_url': 'https://api.github.com/users/gggfaria/repos',\n", + " 'events_url': 'https://api.github.com/users/gggfaria/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/gggfaria/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/gggfaria/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/gggfaria/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/deployments',\n", + " 'created_at': '2019-08-02T00:46:50Z',\n", + " 'updated_at': '2019-08-02T00:46:54Z',\n", + " 'pushed_at': '2019-03-07T15:49:17Z',\n", + " 'git_url': 'git://github.com/gggfaria/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:gggfaria/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/gggfaria/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/gggfaria/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 117003,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 198273438,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTgyNzM0Mzg=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'nancyulric/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'nancyulric',\n", + " 'id': 50028113,\n", + " 'node_id': 'MDQ6VXNlcjUwMDI4MTEz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/50028113?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/nancyulric',\n", + " 'html_url': 'https://github.com/nancyulric',\n", + " 'followers_url': 'https://api.github.com/users/nancyulric/followers',\n", + " 'following_url': 'https://api.github.com/users/nancyulric/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/nancyulric/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/nancyulric/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/nancyulric/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/nancyulric/orgs',\n", + " 'repos_url': 'https://api.github.com/users/nancyulric/repos',\n", + " 'events_url': 'https://api.github.com/users/nancyulric/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/nancyulric/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/nancyulric/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/nancyulric/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/deployments',\n", + " 'created_at': '2019-07-22T17:41:08Z',\n", + " 'updated_at': '2019-07-22T17:41:13Z',\n", + " 'pushed_at': '2019-03-07T15:49:17Z',\n", + " 'git_url': 'git://github.com/nancyulric/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:nancyulric/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/nancyulric/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/nancyulric/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 117003,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 167001044,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNjcwMDEwNDQ=',\n", + " 'name': 'datamad0119',\n", + " 'full_name': 'lmartinezruizit/datamad0119',\n", + " 'private': False,\n", + " 'owner': {'login': 'lmartinezruizit',\n", + " 'id': 25184023,\n", + " 'node_id': 'MDQ6VXNlcjI1MTg0MDIz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25184023?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/lmartinezruizit',\n", + " 'html_url': 'https://github.com/lmartinezruizit',\n", + " 'followers_url': 'https://api.github.com/users/lmartinezruizit/followers',\n", + " 'following_url': 'https://api.github.com/users/lmartinezruizit/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/lmartinezruizit/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/lmartinezruizit/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/lmartinezruizit/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/lmartinezruizit/orgs',\n", + " 'repos_url': 'https://api.github.com/users/lmartinezruizit/repos',\n", + " 'events_url': 'https://api.github.com/users/lmartinezruizit/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/lmartinezruizit/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/lmartinezruizit/datamad0119',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/lmartinezruizit/datamad0119',\n", + " 'forks_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/forks',\n", + " 'keys_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/events',\n", + " 'assignees_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/merges',\n", + " 'archive_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/deployments',\n", + " 'created_at': '2019-01-22T13:42:30Z',\n", + " 'updated_at': '2019-01-22T13:42:33Z',\n", + " 'pushed_at': '2019-01-22T08:34:08Z',\n", + " 'git_url': 'git://github.com/lmartinezruizit/datamad0119.git',\n", + " 'ssh_url': 'git@github.com:lmartinezruizit/datamad0119.git',\n", + " 'clone_url': 'https://github.com/lmartinezruizit/datamad0119.git',\n", + " 'svn_url': 'https://github.com/lmartinezruizit/datamad0119',\n", + " 'homepage': '',\n", + " 'size': 116993,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 162498469,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNjI0OTg0Njk=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'eye8/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/eye8/madrid-oct-2018',\n", + " 'description': \"Student labs for Ironhack's very first Data Analytics bootcamp!\",\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/eye8/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-12-19T22:40:28Z',\n", + " 'updated_at': '2018-12-19T22:40:32Z',\n", + " 'pushed_at': '2018-12-19T22:45:49Z',\n", + " 'git_url': 'git://github.com/eye8/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:eye8/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/eye8/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/eye8/madrid-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 140237,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 1,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 1,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154625001,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQ2MjUwMDE=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'ArieHassan/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ArieHassan',\n", + " 'id': 43290133,\n", + " 'node_id': 'MDQ6VXNlcjQzMjkwMTMz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43290133?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ArieHassan',\n", + " 'html_url': 'https://github.com/ArieHassan',\n", + " 'followers_url': 'https://api.github.com/users/ArieHassan/followers',\n", + " 'following_url': 'https://api.github.com/users/ArieHassan/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ArieHassan/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ArieHassan/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ArieHassan/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ArieHassan/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ArieHassan/repos',\n", + " 'events_url': 'https://api.github.com/users/ArieHassan/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ArieHassan/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ArieHassan/madrid-oct-2018',\n", + " 'description': \"Student labs for Ironhack's very first Data Analytics bootcamp!\",\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-25T07:02:32Z',\n", + " 'updated_at': '2018-10-31T11:39:38Z',\n", + " 'pushed_at': '2018-12-10T16:51:00Z',\n", + " 'git_url': 'git://github.com/ArieHassan/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ArieHassan/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ArieHassan/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ArieHassan/madrid-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 69773,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'HTML',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154291113,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQyOTExMTM=',\n", + " 'name': 'Ironhack-oct-2018',\n", + " 'full_name': 'cmvalma/Ironhack-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'cmvalma',\n", + " 'id': 44215634,\n", + " 'node_id': 'MDQ6VXNlcjQ0MjE1NjM0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44215634?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/cmvalma',\n", + " 'html_url': 'https://github.com/cmvalma',\n", + " 'followers_url': 'https://api.github.com/users/cmvalma/followers',\n", + " 'following_url': 'https://api.github.com/users/cmvalma/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/cmvalma/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/cmvalma/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/cmvalma/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/cmvalma/orgs',\n", + " 'repos_url': 'https://api.github.com/users/cmvalma/repos',\n", + " 'events_url': 'https://api.github.com/users/cmvalma/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/cmvalma/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/cmvalma/Ironhack-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/deployments',\n", + " 'created_at': '2018-10-23T08:27:10Z',\n", + " 'updated_at': '2021-08-23T12:27:55Z',\n", + " 'pushed_at': '2019-05-07T20:07:20Z',\n", + " 'git_url': 'git://github.com/cmvalma/Ironhack-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:cmvalma/Ironhack-oct-2018.git',\n", + " 'clone_url': 'https://github.com/cmvalma/Ironhack-oct-2018.git',\n", + " 'svn_url': 'https://github.com/cmvalma/Ironhack-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 222202,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154191482,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQxOTE0ODI=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'criraca/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'criraca',\n", + " 'id': 43931837,\n", + " 'node_id': 'MDQ6VXNlcjQzOTMxODM3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43931837?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/criraca',\n", + " 'html_url': 'https://github.com/criraca',\n", + " 'followers_url': 'https://api.github.com/users/criraca/followers',\n", + " 'following_url': 'https://api.github.com/users/criraca/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/criraca/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/criraca/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/criraca/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/criraca/orgs',\n", + " 'repos_url': 'https://api.github.com/users/criraca/repos',\n", + " 'events_url': 'https://api.github.com/users/criraca/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/criraca/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/criraca/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/criraca/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-22T18:04:20Z',\n", + " 'updated_at': '2018-12-05T14:18:02Z',\n", + " 'pushed_at': '2018-12-08T20:38:41Z',\n", + " 'git_url': 'git://github.com/criraca/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:criraca/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/criraca/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/criraca/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 59188,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154105473,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQxMDU0NzM=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'AlbertoCastellanos/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'AlbertoCastellanos',\n", + " 'id': 43521577,\n", + " 'node_id': 'MDQ6VXNlcjQzNTIxNTc3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43521577?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/AlbertoCastellanos',\n", + " 'html_url': 'https://github.com/AlbertoCastellanos',\n", + " 'followers_url': 'https://api.github.com/users/AlbertoCastellanos/followers',\n", + " 'following_url': 'https://api.github.com/users/AlbertoCastellanos/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/AlbertoCastellanos/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/AlbertoCastellanos/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/AlbertoCastellanos/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/AlbertoCastellanos/orgs',\n", + " 'repos_url': 'https://api.github.com/users/AlbertoCastellanos/repos',\n", + " 'events_url': 'https://api.github.com/users/AlbertoCastellanos/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/AlbertoCastellanos/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-22T07:50:41Z',\n", + " 'updated_at': '2018-12-03T14:18:22Z',\n", + " 'pushed_at': '2018-12-09T18:51:54Z',\n", + " 'git_url': 'git://github.com/AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 93337,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': None,\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153788059,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODgwNTk=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'elenajpp/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'elenajpp',\n", + " 'id': 44167409,\n", + " 'node_id': 'MDQ6VXNlcjQ0MTY3NDA5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44167409?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/elenajpp',\n", + " 'html_url': 'https://github.com/elenajpp',\n", + " 'followers_url': 'https://api.github.com/users/elenajpp/followers',\n", + " 'following_url': 'https://api.github.com/users/elenajpp/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/elenajpp/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/elenajpp/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/elenajpp/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/elenajpp/orgs',\n", + " 'repos_url': 'https://api.github.com/users/elenajpp/repos',\n", + " 'events_url': 'https://api.github.com/users/elenajpp/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/elenajpp/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/elenajpp/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:35:55Z',\n", + " 'updated_at': '2018-12-05T15:59:58Z',\n", + " 'pushed_at': '2018-12-10T15:52:37Z',\n", + " 'git_url': 'git://github.com/elenajpp/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:elenajpp/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/elenajpp/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/elenajpp/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 172434,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787814,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc4MTQ=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'miriammg/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'miriammg',\n", + " 'id': 43962086,\n", + " 'node_id': 'MDQ6VXNlcjQzOTYyMDg2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43962086?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/miriammg',\n", + " 'html_url': 'https://github.com/miriammg',\n", + " 'followers_url': 'https://api.github.com/users/miriammg/followers',\n", + " 'following_url': 'https://api.github.com/users/miriammg/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/miriammg/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/miriammg/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/miriammg/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/miriammg/orgs',\n", + " 'repos_url': 'https://api.github.com/users/miriammg/repos',\n", + " 'events_url': 'https://api.github.com/users/miriammg/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/miriammg/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/miriammg/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/miriammg/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:25Z',\n", + " 'updated_at': '2018-12-07T09:57:15Z',\n", + " 'pushed_at': '2018-12-09T10:29:50Z',\n", + " 'git_url': 'git://github.com/miriammg/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:miriammg/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/miriammg/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/miriammg/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 77320,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787806,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc4MDY=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'albertogcmr/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'albertogcmr',\n", + " 'id': 35075785,\n", + " 'node_id': 'MDQ6VXNlcjM1MDc1Nzg1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/35075785?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/albertogcmr',\n", + " 'html_url': 'https://github.com/albertogcmr',\n", + " 'followers_url': 'https://api.github.com/users/albertogcmr/followers',\n", + " 'following_url': 'https://api.github.com/users/albertogcmr/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/albertogcmr/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/albertogcmr/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/albertogcmr/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/albertogcmr/orgs',\n", + " 'repos_url': 'https://api.github.com/users/albertogcmr/repos',\n", + " 'events_url': 'https://api.github.com/users/albertogcmr/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/albertogcmr/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/albertogcmr/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:21Z',\n", + " 'updated_at': '2019-01-18T09:34:32Z',\n", + " 'pushed_at': '2019-08-20T14:07:28Z',\n", + " 'git_url': 'git://github.com/albertogcmr/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:albertogcmr/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/albertogcmr/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/albertogcmr/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 171492,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787788,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc3ODg=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'marisfont/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'marisfont',\n", + " 'id': 43796849,\n", + " 'node_id': 'MDQ6VXNlcjQzNzk2ODQ5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43796849?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/marisfont',\n", + " 'html_url': 'https://github.com/marisfont',\n", + " 'followers_url': 'https://api.github.com/users/marisfont/followers',\n", + " 'following_url': 'https://api.github.com/users/marisfont/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/marisfont/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/marisfont/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/marisfont/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/marisfont/orgs',\n", + " 'repos_url': 'https://api.github.com/users/marisfont/repos',\n", + " 'events_url': 'https://api.github.com/users/marisfont/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/marisfont/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/marisfont/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/marisfont/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:11Z',\n", + " 'updated_at': '2018-12-04T17:31:47Z',\n", + " 'pushed_at': '2018-12-05T16:03:33Z',\n", + " 'git_url': 'git://github.com/marisfont/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:marisfont/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/marisfont/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/marisfont/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 93980,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'}]" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "da451a12", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[None, 'Jupyter Notebook', 'HTML']" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "languages=[dictio['language'] for dictio in data]\n", + "languag=list(set(languages))\n", + "languag" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/.ipynb_checkpoints/challenge 2-checkpoint.ipynb b/your-code/.ipynb_checkpoints/challenge 2-checkpoint.ipynb new file mode 100644 index 0000000..823e22b --- /dev/null +++ b/your-code/.ipynb_checkpoints/challenge 2-checkpoint.ipynb @@ -0,0 +1,1851 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "b082c68d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'sha': '1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE2MzhlNTUwNmU2OTQ3Yjc3YmZlNzg3NjFkMzQ1NDc2YWU4MGQwMTc=',\n", + " 'commit': {'author': {'name': 'Marc Pomar',\n", + " 'email': 'marc@faable.com',\n", + " 'date': '2019-08-19T11:11:36Z'},\n", + " 'committer': {'name': 'Marc Pomar',\n", + " 'email': 'marc@faable.com',\n", + " 'date': '2019-08-19T11:11:36Z'},\n", + " 'message': 'Cambiar los autores',\n", + " 'tree': {'sha': '51812285dc70ac37103735ee7ed672befc582b5f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/51812285dc70ac37103735ee7ed672befc582b5f'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1638e5506e6947b77bfe78761d345476ae80d017/comments',\n", + " 'author': {'login': 'boyander',\n", + " 'id': 568638,\n", + " 'node_id': 'MDQ6VXNlcjU2ODYzOA==',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/568638?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/boyander',\n", + " 'html_url': 'https://github.com/boyander',\n", + " 'followers_url': 'https://api.github.com/users/boyander/followers',\n", + " 'following_url': 'https://api.github.com/users/boyander/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/boyander/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/boyander/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/boyander/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/boyander/orgs',\n", + " 'repos_url': 'https://api.github.com/users/boyander/repos',\n", + " 'events_url': 'https://api.github.com/users/boyander/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/boyander/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'boyander',\n", + " 'id': 568638,\n", + " 'node_id': 'MDQ6VXNlcjU2ODYzOA==',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/568638?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/boyander',\n", + " 'html_url': 'https://github.com/boyander',\n", + " 'followers_url': 'https://api.github.com/users/boyander/followers',\n", + " 'following_url': 'https://api.github.com/users/boyander/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/boyander/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/boyander/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/boyander/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/boyander/orgs',\n", + " 'repos_url': 'https://api.github.com/users/boyander/repos',\n", + " 'events_url': 'https://api.github.com/users/boyander/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/boyander/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/f332b5e6fcea965dc80f62220d7ee1457b04b90d'}]},\n", + " {'sha': 'f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmYzMzJiNWU2ZmNlYTk2NWRjODBmNjIyMjBkN2VlMTQ1N2IwNGI5MGQ=',\n", + " 'commit': {'author': {'name': 'ta-data-bcn',\n", + " 'email': '47005065+ta-data-bcn@users.noreply.github.com',\n", + " 'date': '2019-03-07T15:49:16Z'},\n", + " 'committer': {'name': 'GitHub',\n", + " 'email': 'noreply@github.com',\n", + " 'date': '2019-03-07T15:49:16Z'},\n", + " 'message': 'fix',\n", + " 'tree': {'sha': '74662fcb1b617f9be19739c27c841f9d04532399',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/74662fcb1b617f9be19739c27c841f9d04532399'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': True,\n", + " 'reason': 'valid',\n", + " 'signature': '-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJcgT18CRBK7hj4Ov3rIwAAdHIIACjbBip9umLNztkgmZQf6tKD\\nx0ZLUHQLUYeVctQXYAoh+XPn6oEcupl6PX7nId1etu8PpuPmaT7lCKl8Fn4gDc7q\\nJriGMvxGmP/0BnoZId/4FTMEJzcbplBIJGSl4+CejFFMh6+awcVD4dGSrRQQCBKD\\ncqd2Ay0pOsQ3mcl0MEFKirqgNRiRRmSyVTgmTIdGGFYsXr+eUL2TPtLG+doLa4wx\\nL0Oq4NI3HBIEj7JHKsOsViD6ZmG8WxMIcNuFPqD31Jb2HjTsAHvQea9KnJNNUDhW\\na3vDVWapXBpzZENlB7uMnD0bFQnu9Zzk7gGTP7mJHQSGoKEsMO5yAwFHTdGLZ08=\\n=7KZd\\n-----END PGP SIGNATURE-----\\n',\n", + " 'payload': 'tree 74662fcb1b617f9be19739c27c841f9d04532399\\nparent 4c048c3efc18cf9d50e34c76919c8049ee7f2dbd\\nauthor ta-data-bcn <47005065+ta-data-bcn@users.noreply.github.com> 1551973756 +0100\\ncommitter GitHub 1551973756 +0100\\n\\nfix'}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d/comments',\n", + " 'author': {'login': 'ta-data-bcn',\n", + " 'id': 47005065,\n", + " 'node_id': 'MDQ6VXNlcjQ3MDA1MDY1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/47005065?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ta-data-bcn',\n", + " 'html_url': 'https://github.com/ta-data-bcn',\n", + " 'followers_url': 'https://api.github.com/users/ta-data-bcn/followers',\n", + " 'following_url': 'https://api.github.com/users/ta-data-bcn/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ta-data-bcn/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ta-data-bcn/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ta-data-bcn/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ta-data-bcn/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ta-data-bcn/repos',\n", + " 'events_url': 'https://api.github.com/users/ta-data-bcn/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ta-data-bcn/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'web-flow',\n", + " 'id': 19864447,\n", + " 'node_id': 'MDQ6VXNlcjE5ODY0NDQ3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/19864447?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/web-flow',\n", + " 'html_url': 'https://github.com/web-flow',\n", + " 'followers_url': 'https://api.github.com/users/web-flow/followers',\n", + " 'following_url': 'https://api.github.com/users/web-flow/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/web-flow/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/web-flow/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/web-flow/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/web-flow/orgs',\n", + " 'repos_url': 'https://api.github.com/users/web-flow/repos',\n", + " 'events_url': 'https://api.github.com/users/web-flow/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/web-flow/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd'}]},\n", + " {'sha': '4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjRjMDQ4YzNlZmMxOGNmOWQ1MGUzNGM3NjkxOWM4MDQ5ZWU3ZjJkYmQ=',\n", + " 'commit': {'author': {'name': 'ta-data-bcn',\n", + " 'email': '47005065+ta-data-bcn@users.noreply.github.com',\n", + " 'date': '2019-03-07T15:38:52Z'},\n", + " 'committer': {'name': 'GitHub',\n", + " 'email': 'noreply@github.com',\n", + " 'date': '2019-03-07T15:38:52Z'},\n", + " 'message': 'remove bonus challenge 2',\n", + " 'tree': {'sha': '4e0dafb67e8bf9a3f12da9dc02affc431d0b8993',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/4e0dafb67e8bf9a3f12da9dc02affc431d0b8993'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': True,\n", + " 'reason': 'valid',\n", + " 'signature': '-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJcgTsMCRBK7hj4Ov3rIwAAdHIIAJJBPkPp/viXc3rW1Xw5TsLT\\nWJhyvQtoBDVo9K+aCsX7izs2dgnSXJ6dcZuug+chB0km5nxzRZshs1B0D+EZUHNY\\nqvuFoxjKSWcSaX52QWP6o7U4QvUFRUseAxbFigy8+eBeKTup+NLQmDP0EIwAUX50\\nZc0jUCdKah55w4+4YCYg9CsplshtD+hUzmatD84SmmtYoQvQmAJXFIl69BMe5q7o\\nCudsrGjOxYiZIguEJoJzqqZRc/s2bqC+eBj839mUH+9moUpGk9loQUfq9evcyRVS\\nQkNWpmAozDgaGG7Bdaj2VTcEZZgzhcXoejUbn3wAosFj+Y4ujyrn7ALyVilqL5A=\\n=4ewf\\n-----END PGP SIGNATURE-----\\n',\n", + " 'payload': 'tree 4e0dafb67e8bf9a3f12da9dc02affc431d0b8993\\nparent 41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310\\nauthor ta-data-bcn <47005065+ta-data-bcn@users.noreply.github.com> 1551973132 +0100\\ncommitter GitHub 1551973132 +0100\\n\\nremove bonus challenge 2'}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd/comments',\n", + " 'author': {'login': 'ta-data-bcn',\n", + " 'id': 47005065,\n", + " 'node_id': 'MDQ6VXNlcjQ3MDA1MDY1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/47005065?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ta-data-bcn',\n", + " 'html_url': 'https://github.com/ta-data-bcn',\n", + " 'followers_url': 'https://api.github.com/users/ta-data-bcn/followers',\n", + " 'following_url': 'https://api.github.com/users/ta-data-bcn/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ta-data-bcn/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ta-data-bcn/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ta-data-bcn/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ta-data-bcn/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ta-data-bcn/repos',\n", + " 'events_url': 'https://api.github.com/users/ta-data-bcn/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ta-data-bcn/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'web-flow',\n", + " 'id': 19864447,\n", + " 'node_id': 'MDQ6VXNlcjE5ODY0NDQ3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/19864447?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/web-flow',\n", + " 'html_url': 'https://github.com/web-flow',\n", + " 'followers_url': 'https://api.github.com/users/web-flow/followers',\n", + " 'following_url': 'https://api.github.com/users/web-flow/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/web-flow/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/web-flow/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/web-flow/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/web-flow/orgs',\n", + " 'repos_url': 'https://api.github.com/users/web-flow/repos',\n", + " 'events_url': 'https://api.github.com/users/web-flow/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/web-flow/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310'}]},\n", + " {'sha': '41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQxZTA5ZDRmYmY2NGJhY2IyZmRmZTdkOTBjZGQwY2Q3MWJkMjQzMTA=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-18T18:28:33Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-18T18:28:33Z'},\n", + " 'message': 'Parallelization lab',\n", + " 'tree': {'sha': '74662fcb1b617f9be19739c27c841f9d04532399',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/74662fcb1b617f9be19739c27c841f9d04532399'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/750eb91e4535c14ec4bf03f60cb5756a1c93f68f'}]},\n", + " {'sha': '750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojc1MGViOTFlNDUzNWMxNGVjNGJmMDNmNjBjYjU3NTZhMWM5M2Y2OGY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T21:59:35Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T21:59:35Z'},\n", + " 'message': 'error handling lab',\n", + " 'tree': {'sha': '49a31fee1247ec9ff26a0193dd0e75cd6944e81a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/49a31fee1247ec9ff26a0193dd0e75cd6944e81a'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f'}]},\n", + " {'sha': '4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjRhOGNjM2NiNjQ4MjFjYjU4MTgyYTNhOTRiZTM4ZjE3ZDI3YThlOGY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:33:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:33:16Z'},\n", + " 'message': 'fix readme',\n", + " 'tree': {'sha': '62334dec6b45f2a8853897cef3c129273e8aea35',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/62334dec6b45f2a8853897cef3c129273e8aea35'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1501bac01f8183d223a47ca7f23649a5d98d7e00'}]},\n", + " {'sha': '1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE1MDFiYWMwMWY4MTgzZDIyM2E0N2NhN2YyMzY0OWE1ZDk4ZDdlMDA=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:28:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:28:16Z'},\n", + " 'message': 'fixing Q1-Q3',\n", + " 'tree': {'sha': '864e27beab44168f45342a544d48c7036f4683c7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/864e27beab44168f45342a544d48c7036f4683c7'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/6c2a1247d4e13a37261081279f250ffa82ed5c96'}]},\n", + " {'sha': '6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjZjMmExMjQ3ZDRlMTNhMzcyNjEwODEyNzlmMjUwZmZhODJlZDVjOTY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:24:01Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:24:01Z'},\n", + " 'message': 'functional programming lab',\n", + " 'tree': {'sha': '11cfbefecc943926cc5d9a10fc9aed4a9b578d51',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/11cfbefecc943926cc5d9a10fc9aed4a9b578d51'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/cc02db3df76c8a16ecee3f7a937366ff427a7c3a'}]},\n", + " {'sha': 'cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmNjMDJkYjNkZjc2YzhhMTZlY2VlM2Y3YTkzNzM2NmZmNDI3YTdjM2E=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T23:20:01Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T23:20:01Z'},\n", + " 'message': 'placeholder for lab adv web scraping and code simplicity',\n", + " 'tree': {'sha': '28b5687e3ab047c869356796aee40ec657d079a6',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/28b5687e3ab047c869356796aee40ec657d079a6'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '49ba929952728ab17635591cf55137c8af01babb',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/49ba929952728ab17635591cf55137c8af01babb'}]},\n", + " {'sha': '49ba929952728ab17635591cf55137c8af01babb',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQ5YmE5Mjk5NTI3MjhhYjE3NjM1NTkxY2Y1NTEzN2M4YWYwMWJhYmI=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:40Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:40Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '8c0b7b9c9b229520c44be3b289ad23fdbc31e9d6',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/8c0b7b9c9b229520c44be3b289ad23fdbc31e9d6'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ba93368ee5593b15c7b1829f82cbacb9a003476c'},\n", + " {'sha': '2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2034c389cb81f30d30f94acc2a5237377d387dc1'}]},\n", + " {'sha': 'ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmJhOTMzNjhlZTU1OTNiMTVjN2IxODI5ZjgyY2JhY2I5YTAwMzQ3NmM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:35Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:35Z'},\n", + " 'message': 'minor updates',\n", + " 'tree': {'sha': 'cb1d28ea4a96adfd111cc8656523817acac07608',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/cb1d28ea4a96adfd111cc8656523817acac07608'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c'}]},\n", + " {'sha': '2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjIwMzRjMzg5Y2I4MWYzMGQzMGY5NGFjYzJhNTIzNzM3N2QzODdkYzE=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-14T22:40:53Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-14T22:40:53Z'},\n", + " 'message': 'string ops lab',\n", + " 'tree': {'sha': 'b50a292fd813d30e355d9e9144be3e5ff1e233d4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/b50a292fd813d30e355d9e9144be3e5ff1e233d4'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/09cf3f0163fe3895128cb322f5450672435ede7e'}]},\n", + " {'sha': '09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjA5Y2YzZjAxNjNmZTM4OTUxMjhjYjMyMmY1NDUwNjcyNDM1ZWRlN2U=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-11T20:01:48Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-11T20:01:48Z'},\n", + " 'message': 'lambda lab',\n", + " 'tree': {'sha': '62dc7668aa64f3bcd1c2a3aa6d53bafd39e0d666',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/62dc7668aa64f3bcd1c2a3aa6d53bafd39e0d666'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c'}]},\n", + " {'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjgyNWRlYTBiM2FhYjYwYmY1ODcxMzA0NDFmYWIzMGQ4YWJhYjc3NWM=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:15:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:15:16Z'},\n", + " 'message': 'fix initial description',\n", + " 'tree': {'sha': '9c026c982781ec0e5475f0d60b0adb3f2f4e0dc0',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/9c026c982781ec0e5475f0d60b0adb3f2f4e0dc0'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ced5e055e9313f60c57a7daab4ee89eac9f2c409'}]},\n", + " {'sha': 'ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmNlZDVlMDU1ZTkzMTNmNjBjNTdhN2RhYWI0ZWU4OWVhYzlmMmM0MDk=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:11:31Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:11:31Z'},\n", + " 'message': 'oop lab main',\n", + " 'tree': {'sha': 'beb4e457e793ddf99c7b5982b56e092d0c8cfe62',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/beb4e457e793ddf99c7b5982b56e092d0c8cfe62'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f'}]},\n", + " {'sha': '2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJjZGE5YWI5MmIwZjRkYmZiZTcyZTM5YTFiYzI2YjlkN2U0MWQyOGY=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:14Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:14Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '246ca834e48954556e7c34c81d3f6f46667665ef',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/246ca834e48954556e7c34c81d3f6f46667665ef'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2db6ca9372c8585a0a894cef5c8be3c51a4547a7'},\n", + " {'sha': '4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4887dd8d4b582f6279c6f23114842d3fd071e62a'}]},\n", + " {'sha': '2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkYjZjYTkzNzJjODU4NWEwYTg5NGNlZjVjOGJlM2M1MWE0NTQ3YTc=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:09Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:09Z'},\n", + " 'message': 'lab-tuple-set-dict',\n", + " 'tree': {'sha': '90124604514c3b381fbc0cae9f43adc1ebfab0f9',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/90124604514c3b381fbc0cae9f43adc1ebfab0f9'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec'}]},\n", + " {'sha': '4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQ4ODdkZDhkNGI1ODJmNjI3OWM2ZjIzMTE0ODQyZDNmZDA3MWU2MmE=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:24:29Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:24:29Z'},\n", + " 'message': 'Updating Getting Started section',\n", + " 'tree': {'sha': '986236aa9e3756862f5cb979beacf5315b966774',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/986236aa9e3756862f5cb979beacf5315b966774'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/14a4c26acde03b2ebff1e1e84da29d60bc532410'}]},\n", + " {'sha': '14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE0YTRjMjZhY2RlMDNiMmViZmYxZTFlODRkYTI5ZDYwYmM1MzI0MTA=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:20:17Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:20:17Z'},\n", + " 'message': 'Adding snippet about Jupyter Notebook',\n", + " 'tree': {'sha': 'b5ca5a8e4e75d0c22f838217acb23f4ae0c53add',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/b5ca5a8e4e75d0c22f838217acb23f4ae0c53add'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/b57627cc8931bdeb56b48bd853beac0b569e6e93'}]},\n", + " {'sha': 'b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmI1NzYyN2NjODkzMWJkZWI1NmI0OGJkODUzYmVhYzBiNTY5ZTZlOTM=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:49:55Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:49:55Z'},\n", + " 'message': 'Update main.ipynb',\n", + " 'tree': {'sha': '7366c4250f742ac11201900a44c20eacd1a77dc7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/7366c4250f742ac11201900a44c20eacd1a77dc7'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/86cde628c887d7b52fd4f89d8fe8d77e7d74832c'}]},\n", + " {'sha': '86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojg2Y2RlNjI4Yzg4N2Q3YjUyZmQ0Zjg5ZDhmZThkNzdlN2Q3NDgzMmM=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:47:26Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:47:26Z'},\n", + " 'message': 'RSS lab to master branch',\n", + " 'tree': {'sha': '75346e45d20002059edc555fab54d57f8407aa52',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/75346e45d20002059edc555fab54d57f8407aa52'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec'}]},\n", + " {'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkZjg3Y2FkNDUyZWYzMmEzYjgxZDg2OWRkM2U1Y2Q3YWY2ZjliZWM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:32:06Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:32:06Z'},\n", + " 'message': 'adding .gitkeep for lab-rss',\n", + " 'tree': {'sha': '5cc2c35b42e0ae807caa85ada89e3714e6d4be9b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/5cc2c35b42e0ae807caa85ada89e3714e6d4be9b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2d73890c0bf8e68223bef89f2ae543f05cfac913'}]},\n", + " {'sha': '2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkNzM4OTBjMGJmOGU2ODIyM2JlZjg5ZjJhZTU0M2YwNWNmYWM5MTM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:17:21Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:17:21Z'},\n", + " 'message': 'remove solution files from all labs; pls add solutions to branch lab-solutions',\n", + " 'tree': {'sha': '3704b60e4516c71d5c73b67d8af1ab2d4453c55b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/3704b60e4516c71d5c73b67d8af1ab2d4453c55b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/89528ae791f7d3b93c026fb70952347d6056953f'}]},\n", + " {'sha': '89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojg5NTI4YWU3OTFmN2QzYjkzYzAyNmZiNzA5NTIzNDdkNjA1Njk1M2Y=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T15:15:49Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T15:15:49Z'},\n", + " 'message': 'Setup for RSS lab',\n", + " 'tree': {'sha': 'd23c06cc327425c8554c49a2d5539c9ae07e6313',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/d23c06cc327425c8554c49a2d5539c9ae07e6313'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/58709c4fe45627fc57fb88f0c05833c06455ec89'}]},\n", + " {'sha': '58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjU4NzA5YzRmZTQ1NjI3ZmM1N2ZiODhmMGMwNTgzM2MwNjQ1NWVjODk=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T05:11:44Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T05:11:44Z'},\n", + " 'message': 'advanced mysql lab',\n", + " 'tree': {'sha': 'a6b3478be366b33f2ac8a180884d77c7bbac2a1f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/a6b3478be366b33f2ac8a180884d77c7bbac2a1f'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/32011b647f723a6f955644ae09b5b358e3b5783a'}]},\n", + " {'sha': '32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjMyMDExYjY0N2Y3MjNhNmY5NTU2NDRhZTA5YjViMzU4ZTNiNTc4M2E=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-06T20:04:06Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-06T20:04:06Z'},\n", + " 'message': 'mysql-select references',\n", + " 'tree': {'sha': 'f8f14d8dd56efb52fb020e72bb894407195d8916',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/f8f14d8dd56efb52fb020e72bb894407195d8916'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'd3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/d3e36fdde865bea8a440359df80bd9dfa8a08593'}]},\n", + " {'sha': 'd3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmQzZTM2ZmRkZTg2NWJlYThhNDQwMzU5ZGY4MGJkOWRmYThhMDg1OTM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:30Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:30Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '08f17c6b427ab0f1505f99e092c8f6c6cb34132b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/08f17c6b427ab0f1505f99e092c8f6c6cb34132b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/af103caadf46f82fa4a8e31714f23a17fd31f309'},\n", + " {'sha': '5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/5e2c75d941c350cf87f97966efe9a4b02beb55bd'}]},\n", + " {'sha': 'af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmFmMTAzY2FhZGY0NmY4MmZhNGE4ZTMxNzE0ZjIzYTE3ZmQzMWYzMDk=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:18Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:18Z'},\n", + " 'message': 'lab-mysql-select',\n", + " 'tree': {'sha': '83813f4f8f86d9312d8000b9903dfd2906d49a9d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/83813f4f8f86d9312d8000b9903dfd2906d49a9d'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/46ebf45b02631c31185c8079010933fb03ccaf4f'}]},\n", + " {'sha': '5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjVlMmM3NWQ5NDFjMzUwY2Y4N2Y5Nzk2NmVmZTlhNGIwMmJlYjU1YmQ=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:21:03Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:21:03Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '4c715f71aca4dabd037b49c49d323b80def74553',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/4c715f71aca4dabd037b49c49d323b80def74553'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/c42c3443ac28336498b6adb3f52d673967b49a28'},\n", + " {'sha': '46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/46ebf45b02631c31185c8079010933fb03ccaf4f'}]},\n", + " {'sha': 'c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmM0MmMzNDQzYWMyODMzNjQ5OGI2YWRiM2Y1MmQ2NzM5NjdiNDlhMjg=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:20:54Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:20:54Z'},\n", + " 'message': 'map reduce filter lab',\n", + " 'tree': {'sha': '623cddfe08ad1d4529c22df3cc46465f3d982ea2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/623cddfe08ad1d4529c22df3cc46465f3d982ea2'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '77a129075dc0e332124de8b4c2d070a5ef691d2f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/77a129075dc0e332124de8b4c2d070a5ef691d2f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/77a129075dc0e332124de8b4c2d070a5ef691d2f'}]}]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import requests\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018/commits\")\n", + "data=busqueda.json()\n", + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "35a11a2e", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "commmits ultima semana= 0\n" + ] + } + ], + "source": [ + "lista=[dictio for dictio in data if ( dictio[\"commit\"][\"author\"]['date'][0:7]==\"2021-11\" and int(dictio[\"commit\"][\"author\"]['date'][8:10])< 17 and int(dictio[\"commit\"][\"author\"]['date'][8:10])>9) ]\n", + "commits=len(lista)\n", + "print(\"commmits ultima semana=\",commits)\n", + "#No hay commits resientes" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/.ipynb_checkpoints/challenge 3-checkpoint.ipynb b/your-code/.ipynb_checkpoints/challenge 3-checkpoint.ipynb new file mode 100644 index 0000000..5e34353 --- /dev/null +++ b/your-code/.ipynb_checkpoints/challenge 3-checkpoint.ipynb @@ -0,0 +1,1845 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "a344b90b", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import base64\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/master?recursive=1\")\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "3f6c5cb4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'sha': '9308ccc8a4c34c5e3a991ee815222a9691c32476',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9308ccc8a4c34c5e3a991ee815222a9691c32476',\n", + " 'tree': [{'path': '.gitignore',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf'},\n", + " {'path': '15024',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '2945e51c87ad5da893c954afcf092f06343bbb7d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/2945e51c87ad5da893c954afcf092f06343bbb7d'},\n", + " {'path': '15024/.0006.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '15024/40',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/74',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/99',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5af6f2a7287e4191f39e55693fc1e9c8918d1d3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5af6f2a7287e4191f39e55693fc1e9c8918d1d3a'},\n", + " {'path': '15534/.0008.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '15534/.0012.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235'},\n", + " {'path': '15534/2',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534/98',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '9c49f920aa4d9433fa99a5824128f0e6b90ec5f2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9c49f920aa4d9433fa99a5824128f0e6b90ec5f2'},\n", + " {'path': '17020/.0007.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '17020/46',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020/97',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c488d7f64088c852e22067d48fdc64ee3670f3ba',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c488d7f64088c852e22067d48fdc64ee3670f3ba'},\n", + " {'path': '30351/.0021.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7'},\n", + " {'path': '30351/22',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351/96',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '30193d9cf62b07bcbb6366513ff03596861f2d29',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/30193d9cf62b07bcbb6366513ff03596861f2d29'},\n", + " {'path': '40303/.0022.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812'},\n", + " {'path': '40303/51',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303/65',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '22fc3d5c2db80822c351edb2248f3491c8ebda86',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/22fc3d5c2db80822c351edb2248f3491c8ebda86'},\n", + " {'path': '44639/.0005.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '44639/76',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639/91',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '6a4a88cd9084110c8646c3cfd84dfe96b300a4a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/6a4a88cd9084110c8646c3cfd84dfe96b300a4a7'},\n", + " {'path': '45525/.0018.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2'},\n", + " {'path': '45525/67',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525/90',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c7001604cdadc2fe7b82e0f6996690718cac6941',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c7001604cdadc2fe7b82e0f6996690718cac6941'},\n", + " {'path': '47222/.0016.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '47222/.0024.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94'},\n", + " {'path': '47222/7',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222/89',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f84882ad7560fd2b8c6a0867bc707ce9009ef288',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f84882ad7560fd2b8c6a0867bc707ce9009ef288'},\n", + " {'path': '47830/.0010.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0'},\n", + " {'path': '47830/66',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830/85',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '46bc658c09589d9023246b00e848ce97d30d4989',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/46bc658c09589d9023246b00e848ce97d30d4989'},\n", + " {'path': '49418/.0014.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '49418/30',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/38',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/84',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'e47a7a35a19f80694587330c57d94e28d3b4c054',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/e47a7a35a19f80694587330c57d94e28d3b4c054'},\n", + " {'path': '50896/.0011.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420'},\n", + " {'path': '50896/4',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896/83',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '636fa555a2ee752759144a268fd860feb2b6fd2d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/636fa555a2ee752759144a268fd860feb2b6fd2d'},\n", + " {'path': '55417/.0023.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60'},\n", + " {'path': '55417/14',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417/82',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a00a8148a88287508a867616d7063786d3d5d4ff',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a00a8148a88287508a867616d7063786d3d5d4ff'},\n", + " {'path': '55685/.0020.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90'},\n", + " {'path': '55685/5',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685/81',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b'},\n", + " {'path': '60224/.0003.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f'},\n", + " {'path': '60224/1',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224/80',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '88b159d6f73378e6968bb35ccfd8e3ad0cc462d2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/88b159d6f73378e6968bb35ccfd8e3ad0cc462d2'},\n", + " {'path': '64880/3',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/57',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/79',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0230fa6fa1ccf49ab976fbbfc9eb838094779785',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0230fa6fa1ccf49ab976fbbfc9eb838094779785'},\n", + " {'path': '66032/28',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/47',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/77',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'ed2f90be6835e7e74c283aedba1942b788754d32',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/ed2f90be6835e7e74c283aedba1942b788754d32'},\n", + " {'path': '68848/.0004.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634'},\n", + " {'path': '68848/16',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848/75',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a5d9391003b67cecf3c336398ec38cfa75a689b7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a5d9391003b67cecf3c336398ec38cfa75a689b7'},\n", + " {'path': '70751/.0019.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9'},\n", + " {'path': '70751/18',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/44',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/68',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'd1a654c5811f52ec8a101652b0a04367644eab99',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/d1a654c5811f52ec8a101652b0a04367644eab99'},\n", + " {'path': '70985/.0017.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '70985/11',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985/59',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f294d2a0e55a4bab12625a7f709b44450a5e4648',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f294d2a0e55a4bab12625a7f709b44450a5e4648'},\n", + " {'path': '88596/.0002.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219'},\n", + " {'path': '88596/12',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/32',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/55',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5'},\n", + " {'path': '89046/64',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/70',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/73',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '79c94a4032a927b2af52cc6da4ce27eb2abbf55e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/79c94a4032a927b2af52cc6da4ce27eb2abbf55e'},\n", + " {'path': '89338/.0013.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '89338/35',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/43',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/8',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0ad19115f0b56c3cd10cb7e077140c201b527301',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0ad19115f0b56c3cd10cb7e077140c201b527301'},\n", + " {'path': '91701/.0015.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '91701/33',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701/39',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c369c43c17ec44cc3e66dd27f8e557f9d15d40f4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c369c43c17ec44cc3e66dd27f8e557f9d15d40f4'},\n", + " {'path': '97881/.0009.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '97881/26',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/36',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/71',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'cdc23915e0a5179127458431986ba3750840a924',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/cdc23915e0a5179127458431986ba3750840a924'},\n", + " {'path': '98750/.0001.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173'},\n", + " {'path': '98750/20',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750/62',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'}],\n", + " 'truncated': False}" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data=busqueda.json()\n", + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "8427ab66", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "dict_keys(['sha', 'url', 'tree', 'truncated'])" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.keys()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "dfeda16d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '.gitignore',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf'},\n", + " {'path': '15024',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '2945e51c87ad5da893c954afcf092f06343bbb7d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/2945e51c87ad5da893c954afcf092f06343bbb7d'},\n", + " {'path': '15024/.0006.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '15024/40',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/74',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/99',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5af6f2a7287e4191f39e55693fc1e9c8918d1d3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5af6f2a7287e4191f39e55693fc1e9c8918d1d3a'},\n", + " {'path': '15534/.0008.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '15534/.0012.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235'},\n", + " {'path': '15534/2',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534/98',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '9c49f920aa4d9433fa99a5824128f0e6b90ec5f2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9c49f920aa4d9433fa99a5824128f0e6b90ec5f2'},\n", + " {'path': '17020/.0007.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '17020/46',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020/97',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c488d7f64088c852e22067d48fdc64ee3670f3ba',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c488d7f64088c852e22067d48fdc64ee3670f3ba'},\n", + " {'path': '30351/.0021.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7'},\n", + " {'path': '30351/22',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351/96',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '30193d9cf62b07bcbb6366513ff03596861f2d29',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/30193d9cf62b07bcbb6366513ff03596861f2d29'},\n", + " {'path': '40303/.0022.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812'},\n", + " {'path': '40303/51',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303/65',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '22fc3d5c2db80822c351edb2248f3491c8ebda86',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/22fc3d5c2db80822c351edb2248f3491c8ebda86'},\n", + " {'path': '44639/.0005.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '44639/76',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639/91',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '6a4a88cd9084110c8646c3cfd84dfe96b300a4a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/6a4a88cd9084110c8646c3cfd84dfe96b300a4a7'},\n", + " {'path': '45525/.0018.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2'},\n", + " {'path': '45525/67',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525/90',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c7001604cdadc2fe7b82e0f6996690718cac6941',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c7001604cdadc2fe7b82e0f6996690718cac6941'},\n", + " {'path': '47222/.0016.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '47222/.0024.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94'},\n", + " {'path': '47222/7',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222/89',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f84882ad7560fd2b8c6a0867bc707ce9009ef288',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f84882ad7560fd2b8c6a0867bc707ce9009ef288'},\n", + " {'path': '47830/.0010.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0'},\n", + " {'path': '47830/66',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830/85',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '46bc658c09589d9023246b00e848ce97d30d4989',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/46bc658c09589d9023246b00e848ce97d30d4989'},\n", + " {'path': '49418/.0014.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '49418/30',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/38',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/84',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'e47a7a35a19f80694587330c57d94e28d3b4c054',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/e47a7a35a19f80694587330c57d94e28d3b4c054'},\n", + " {'path': '50896/.0011.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420'},\n", + " {'path': '50896/4',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896/83',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '636fa555a2ee752759144a268fd860feb2b6fd2d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/636fa555a2ee752759144a268fd860feb2b6fd2d'},\n", + " {'path': '55417/.0023.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60'},\n", + " {'path': '55417/14',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417/82',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a00a8148a88287508a867616d7063786d3d5d4ff',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a00a8148a88287508a867616d7063786d3d5d4ff'},\n", + " {'path': '55685/.0020.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90'},\n", + " {'path': '55685/5',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685/81',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b'},\n", + " {'path': '60224/.0003.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f'},\n", + " {'path': '60224/1',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224/80',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '88b159d6f73378e6968bb35ccfd8e3ad0cc462d2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/88b159d6f73378e6968bb35ccfd8e3ad0cc462d2'},\n", + " {'path': '64880/3',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/57',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/79',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0230fa6fa1ccf49ab976fbbfc9eb838094779785',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0230fa6fa1ccf49ab976fbbfc9eb838094779785'},\n", + " {'path': '66032/28',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/47',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/77',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'ed2f90be6835e7e74c283aedba1942b788754d32',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/ed2f90be6835e7e74c283aedba1942b788754d32'},\n", + " {'path': '68848/.0004.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634'},\n", + " {'path': '68848/16',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848/75',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a5d9391003b67cecf3c336398ec38cfa75a689b7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a5d9391003b67cecf3c336398ec38cfa75a689b7'},\n", + " {'path': '70751/.0019.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9'},\n", + " {'path': '70751/18',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/44',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/68',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'd1a654c5811f52ec8a101652b0a04367644eab99',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/d1a654c5811f52ec8a101652b0a04367644eab99'},\n", + " {'path': '70985/.0017.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '70985/11',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985/59',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f294d2a0e55a4bab12625a7f709b44450a5e4648',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f294d2a0e55a4bab12625a7f709b44450a5e4648'},\n", + " {'path': '88596/.0002.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219'},\n", + " {'path': '88596/12',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/32',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/55',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5'},\n", + " {'path': '89046/64',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/70',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/73',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '79c94a4032a927b2af52cc6da4ce27eb2abbf55e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/79c94a4032a927b2af52cc6da4ce27eb2abbf55e'},\n", + " {'path': '89338/.0013.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '89338/35',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/43',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/8',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0ad19115f0b56c3cd10cb7e077140c201b527301',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0ad19115f0b56c3cd10cb7e077140c201b527301'},\n", + " {'path': '91701/.0015.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '91701/33',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701/39',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c369c43c17ec44cc3e66dd27f8e557f9d15d40f4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c369c43c17ec44cc3e66dd27f8e557f9d15d40f4'},\n", + " {'path': '97881/.0009.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '97881/26',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/36',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/71',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'cdc23915e0a5179127458431986ba3750840a924',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/cdc23915e0a5179127458431986ba3750840a924'},\n", + " {'path': '98750/.0001.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173'},\n", + " {'path': '98750/20',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750/62',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'}]" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data[\"tree\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "d01a59db", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['15024/.0006.scavengerhunt',\n", + " '15534/.0008.scavengerhunt',\n", + " '15534/.0012.scavengerhunt',\n", + " '17020/.0007.scavengerhunt',\n", + " '30351/.0021.scavengerhunt',\n", + " '40303/.0022.scavengerhunt',\n", + " '44639/.0005.scavengerhunt',\n", + " '45525/.0018.scavengerhunt',\n", + " '47222/.0016.scavengerhunt',\n", + " '47222/.0024.scavengerhunt',\n", + " '47830/.0010.scavengerhunt',\n", + " '49418/.0014.scavengerhunt',\n", + " '50896/.0011.scavengerhunt',\n", + " '55417/.0023.scavengerhunt',\n", + " '55685/.0020.scavengerhunt',\n", + " '60224/.0003.scavengerhunt',\n", + " '68848/.0004.scavengerhunt',\n", + " '70751/.0019.scavengerhunt',\n", + " '70985/.0017.scavengerhunt',\n", + " '88596/.0002.scavengerhunt',\n", + " '89338/.0013.scavengerhunt',\n", + " '91701/.0015.scavengerhunt',\n", + " '97881/.0009.scavengerhunt',\n", + " '98750/.0001.scavengerhunt']" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lista=[]\n", + "for i in range(len(data[\"tree\"])):\n", + " file=data[\"tree\"][i]\n", + " if file[\"path\"].endswith(\".scavengerhunt\"):\n", + " lista.append((file[\"path\"]))\n", + "lista" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "f88f7c48", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['98750/.0001.scavengerhunt',\n", + " '88596/.0002.scavengerhunt',\n", + " '60224/.0003.scavengerhunt',\n", + " '68848/.0004.scavengerhunt',\n", + " '44639/.0005.scavengerhunt',\n", + " '15024/.0006.scavengerhunt',\n", + " '17020/.0007.scavengerhunt',\n", + " '15534/.0008.scavengerhunt',\n", + " '97881/.0009.scavengerhunt',\n", + " '47830/.0010.scavengerhunt',\n", + " '50896/.0011.scavengerhunt',\n", + " '15534/.0012.scavengerhunt',\n", + " '89338/.0013.scavengerhunt',\n", + " '49418/.0014.scavengerhunt',\n", + " '91701/.0015.scavengerhunt',\n", + " '47222/.0016.scavengerhunt',\n", + " '70985/.0017.scavengerhunt',\n", + " '45525/.0018.scavengerhunt',\n", + " '70751/.0019.scavengerhunt',\n", + " '55685/.0020.scavengerhunt',\n", + " '30351/.0021.scavengerhunt',\n", + " '40303/.0022.scavengerhunt',\n", + " '55417/.0023.scavengerhunt',\n", + " '47222/.0024.scavengerhunt']" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lista1=sorted(lista, key=lambda string:int(string[9:11]))\n", + "lista1" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "7d4410fa", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'name': '.0001.scavengerhunt',\n", + " 'path': '98750/.0001.scavengerhunt',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/98750/.0001.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/98750/.0001.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/98750/.0001.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'SW4K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/98750/.0001.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/98750/.0001.scavengerhunt'}},\n", + " {'name': '.0002.scavengerhunt',\n", + " 'path': '88596/.0002.scavengerhunt',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/88596/.0002.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/88596/.0002.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/88596/.0002.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/88596/.0002.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/88596/.0002.scavengerhunt'}},\n", + " {'name': '.0003.scavengerhunt',\n", + " 'path': '60224/.0003.scavengerhunt',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/60224/.0003.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/60224/.0003.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/60224/.0003.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c2NpZW5jZSwK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/60224/.0003.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/60224/.0003.scavengerhunt'}},\n", + " {'name': '.0004.scavengerhunt',\n", + " 'path': '68848/.0004.scavengerhunt',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/68848/.0004.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/68848/.0004.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/68848/.0004.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ODAK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/68848/.0004.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/68848/.0004.scavengerhunt'}},\n", + " {'name': '.0005.scavengerhunt',\n", + " 'path': '44639/.0005.scavengerhunt',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/44639/.0005.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/44639/.0005.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/44639/.0005.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cGVyY2VudAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/44639/.0005.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/44639/.0005.scavengerhunt'}},\n", + " {'name': '.0006.scavengerhunt',\n", + " 'path': '15024/.0006.scavengerhunt',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15024/.0006.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15024/.0006.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15024/.0006.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'b2YK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15024/.0006.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15024/.0006.scavengerhunt'}},\n", + " {'name': '.0007.scavengerhunt',\n", + " 'path': '17020/.0007.scavengerhunt',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/17020/.0007.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/17020/.0007.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/17020/.0007.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGltZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/17020/.0007.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/17020/.0007.scavengerhunt'}},\n", + " {'name': '.0008.scavengerhunt',\n", + " 'path': '15534/.0008.scavengerhunt',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0008.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0008.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15534/.0008.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c3BlbnQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0008.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0008.scavengerhunt'}},\n", + " {'name': '.0009.scavengerhunt',\n", + " 'path': '97881/.0009.scavengerhunt',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/97881/.0009.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/97881/.0009.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/97881/.0009.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'aXMK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/97881/.0009.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/97881/.0009.scavengerhunt'}},\n", + " {'name': '.0010.scavengerhunt',\n", + " 'path': '47830/.0010.scavengerhunt',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47830/.0010.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47830/.0010.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47830/.0010.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cHJlcGFyaW5nCg==\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47830/.0010.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47830/.0010.scavengerhunt'}},\n", + " {'name': '.0011.scavengerhunt',\n", + " 'path': '50896/.0011.scavengerhunt',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/50896/.0011.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/50896/.0011.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/50896/.0011.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YSwK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/50896/.0011.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/50896/.0011.scavengerhunt'}},\n", + " {'name': '.0012.scavengerhunt',\n", + " 'path': '15534/.0012.scavengerhunt',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0012.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0012.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15534/.0012.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'MjAK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0012.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0012.scavengerhunt'}},\n", + " {'name': '.0013.scavengerhunt',\n", + " 'path': '89338/.0013.scavengerhunt',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/89338/.0013.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/89338/.0013.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/89338/.0013.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cGVyY2VudAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/89338/.0013.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/89338/.0013.scavengerhunt'}},\n", + " {'name': '.0014.scavengerhunt',\n", + " 'path': '49418/.0014.scavengerhunt',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/49418/.0014.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/49418/.0014.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/49418/.0014.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'b2YK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/49418/.0014.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/49418/.0014.scavengerhunt'}},\n", + " {'name': '.0015.scavengerhunt',\n", + " 'path': '91701/.0015.scavengerhunt',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/91701/.0015.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/91701/.0015.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/91701/.0015.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGltZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/91701/.0015.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/91701/.0015.scavengerhunt'}},\n", + " {'name': '.0016.scavengerhunt',\n", + " 'path': '47222/.0016.scavengerhunt',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0016.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0016.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47222/.0016.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'aXMK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0016.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0016.scavengerhunt'}},\n", + " {'name': '.0017.scavengerhunt',\n", + " 'path': '70985/.0017.scavengerhunt',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70985/.0017.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70985/.0017.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/70985/.0017.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c3BlbnQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70985/.0017.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70985/.0017.scavengerhunt'}},\n", + " {'name': '.0018.scavengerhunt',\n", + " 'path': '45525/.0018.scavengerhunt',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/45525/.0018.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/45525/.0018.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/45525/.0018.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'Y29tcGxhaW5pbmcK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/45525/.0018.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/45525/.0018.scavengerhunt'}},\n", + " {'name': '.0019.scavengerhunt',\n", + " 'path': '70751/.0019.scavengerhunt',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70751/.0019.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70751/.0019.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/70751/.0019.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'YWJvdXQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70751/.0019.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70751/.0019.scavengerhunt'}},\n", + " {'name': '.0020.scavengerhunt',\n", + " 'path': '55685/.0020.scavengerhunt',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55685/.0020.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55685/.0020.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/55685/.0020.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGhlCg==\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55685/.0020.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55685/.0020.scavengerhunt'}},\n", + " {'name': '.0021.scavengerhunt',\n", + " 'path': '30351/.0021.scavengerhunt',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/30351/.0021.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/30351/.0021.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/30351/.0021.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'bmVlZAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/30351/.0021.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/30351/.0021.scavengerhunt'}},\n", + " {'name': '.0022.scavengerhunt',\n", + " 'path': '40303/.0022.scavengerhunt',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/40303/.0022.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/40303/.0022.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/40303/.0022.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dG8K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/40303/.0022.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/40303/.0022.scavengerhunt'}},\n", + " {'name': '.0023.scavengerhunt',\n", + " 'path': '55417/.0023.scavengerhunt',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55417/.0023.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55417/.0023.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/55417/.0023.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cHJlcGFyZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55417/.0023.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55417/.0023.scavengerhunt'}},\n", + " {'name': '.0024.scavengerhunt',\n", + " 'path': '47222/.0024.scavengerhunt',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0024.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0024.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47222/.0024.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YS4K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0024.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0024.scavengerhunt'}}]" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "palabras=[]\n", + "for path in lista1:\n", + " busqueda=requests.get(f\"https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{path}\")\n", + " texto=busqueda.json()\n", + " palabras.append(texto)\n", + "palabras" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "2366669e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'In data science, 80 percent of time spent is preparing data, 20 percent of time is spent complaining about the need to prepare data.'" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "chiste=[(base64.b64decode(palabra[\"content\"].encode('ascii'))).decode('ascii').replace('\\n','')for palabra in palabras]\n", + "\" \".join(chiste)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "28c96985", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/challenge 1.ipynb b/your-code/challenge 1.ipynb new file mode 100644 index 0000000..906b9f6 --- /dev/null +++ b/your-code/challenge 1.ipynb @@ -0,0 +1,1840 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 16, + "id": "90ddbfda", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018/forks\")\n", + "data=busqueda.json()" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "7522199d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'id': 421388729,\n", + " 'node_id': 'R_kgDOGR3huQ',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'TheIronhidex/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'TheIronhidex',\n", + " 'id': 92517380,\n", + " 'node_id': 'U_kgDOBYO0BA',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/92517380?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/TheIronhidex',\n", + " 'html_url': 'https://github.com/TheIronhidex',\n", + " 'followers_url': 'https://api.github.com/users/TheIronhidex/followers',\n", + " 'following_url': 'https://api.github.com/users/TheIronhidex/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/TheIronhidex/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/TheIronhidex/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/TheIronhidex/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/TheIronhidex/orgs',\n", + " 'repos_url': 'https://api.github.com/users/TheIronhidex/repos',\n", + " 'events_url': 'https://api.github.com/users/TheIronhidex/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/TheIronhidex/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/TheIronhidex/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/TheIronhidex/mad-oct-2018/deployments',\n", + " 'created_at': '2021-10-26T11:01:48Z',\n", + " 'updated_at': '2021-10-26T11:01:49Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/TheIronhidex/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:TheIronhidex/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/TheIronhidex/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/TheIronhidex/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 416830289,\n", + " 'node_id': 'R_kgDOGNhTUQ',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'techols/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'techols',\n", + " 'id': 86572687,\n", + " 'node_id': 'MDQ6VXNlcjg2NTcyNjg3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/86572687?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/techols',\n", + " 'html_url': 'https://github.com/techols',\n", + " 'followers_url': 'https://api.github.com/users/techols/followers',\n", + " 'following_url': 'https://api.github.com/users/techols/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/techols/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/techols/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/techols/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/techols/orgs',\n", + " 'repos_url': 'https://api.github.com/users/techols/repos',\n", + " 'events_url': 'https://api.github.com/users/techols/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/techols/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/techols/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/techols/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/techols/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/techols/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/techols/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/techols/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/techols/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/techols/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/techols/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/techols/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/techols/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/techols/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/techols/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/techols/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/techols/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/techols/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/techols/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/techols/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/techols/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/techols/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/techols/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/techols/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/techols/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/techols/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/techols/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/techols/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/techols/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/techols/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/techols/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/techols/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/techols/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/techols/mad-oct-2018/deployments',\n", + " 'created_at': '2021-10-13T17:04:42Z',\n", + " 'updated_at': '2021-10-13T17:04:43Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/techols/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:techols/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/techols/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/techols/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 357335874,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkzNTczMzU4NzQ=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'luisbang/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'luisbang',\n", + " 'id': 79090589,\n", + " 'node_id': 'MDQ6VXNlcjc5MDkwNTg5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/79090589?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/luisbang',\n", + " 'html_url': 'https://github.com/luisbang',\n", + " 'followers_url': 'https://api.github.com/users/luisbang/followers',\n", + " 'following_url': 'https://api.github.com/users/luisbang/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/luisbang/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/luisbang/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/luisbang/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/luisbang/orgs',\n", + " 'repos_url': 'https://api.github.com/users/luisbang/repos',\n", + " 'events_url': 'https://api.github.com/users/luisbang/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/luisbang/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/luisbang/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/luisbang/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/luisbang/mad-oct-2018/deployments',\n", + " 'created_at': '2021-04-12T20:51:51Z',\n", + " 'updated_at': '2021-04-12T20:51:52Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/luisbang/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:luisbang/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/luisbang/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/luisbang/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 335309218,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkzMzUzMDkyMTg=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'Forastierii/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'Forastierii',\n", + " 'id': 67510604,\n", + " 'node_id': 'MDQ6VXNlcjY3NTEwNjA0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/67510604?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/Forastierii',\n", + " 'html_url': 'https://github.com/Forastierii',\n", + " 'followers_url': 'https://api.github.com/users/Forastierii/followers',\n", + " 'following_url': 'https://api.github.com/users/Forastierii/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/Forastierii/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/Forastierii/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/Forastierii/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/Forastierii/orgs',\n", + " 'repos_url': 'https://api.github.com/users/Forastierii/repos',\n", + " 'events_url': 'https://api.github.com/users/Forastierii/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/Forastierii/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/Forastierii/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/Forastierii/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/Forastierii/mad-oct-2018/deployments',\n", + " 'created_at': '2021-02-02T14:07:17Z',\n", + " 'updated_at': '2021-02-02T14:07:19Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/Forastierii/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:Forastierii/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/Forastierii/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/Forastierii/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 220066216,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMjAwNjYyMTY=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'ToniPons97/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ToniPons97',\n", + " 'id': 45130294,\n", + " 'node_id': 'MDQ6VXNlcjQ1MTMwMjk0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/45130294?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ToniPons97',\n", + " 'html_url': 'https://github.com/ToniPons97',\n", + " 'followers_url': 'https://api.github.com/users/ToniPons97/followers',\n", + " 'following_url': 'https://api.github.com/users/ToniPons97/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ToniPons97/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ToniPons97/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ToniPons97/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ToniPons97/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ToniPons97/repos',\n", + " 'events_url': 'https://api.github.com/users/ToniPons97/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ToniPons97/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ToniPons97/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ToniPons97/mad-oct-2018/deployments',\n", + " 'created_at': '2019-11-06T18:44:51Z',\n", + " 'updated_at': '2019-11-06T18:44:52Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/ToniPons97/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ToniPons97/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ToniPons97/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ToniPons97/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': None,\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 204100911,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMDQxMDA5MTE=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'rsennes/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'rsennes',\n", + " 'id': 34886384,\n", + " 'node_id': 'MDQ6VXNlcjM0ODg2Mzg0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/34886384?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/rsennes',\n", + " 'html_url': 'https://github.com/rsennes',\n", + " 'followers_url': 'https://api.github.com/users/rsennes/followers',\n", + " 'following_url': 'https://api.github.com/users/rsennes/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/rsennes/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/rsennes/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/rsennes/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/rsennes/orgs',\n", + " 'repos_url': 'https://api.github.com/users/rsennes/repos',\n", + " 'events_url': 'https://api.github.com/users/rsennes/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/rsennes/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/rsennes/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/rsennes/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/rsennes/mad-oct-2018/deployments',\n", + " 'created_at': '2019-08-24T03:04:02Z',\n", + " 'updated_at': '2019-08-24T03:04:04Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/rsennes/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:rsennes/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/rsennes/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/rsennes/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 200138127,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkyMDAxMzgxMjc=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'gggfaria/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'gggfaria',\n", + " 'id': 13389357,\n", + " 'node_id': 'MDQ6VXNlcjEzMzg5MzU3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/13389357?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/gggfaria',\n", + " 'html_url': 'https://github.com/gggfaria',\n", + " 'followers_url': 'https://api.github.com/users/gggfaria/followers',\n", + " 'following_url': 'https://api.github.com/users/gggfaria/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/gggfaria/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/gggfaria/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/gggfaria/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/gggfaria/orgs',\n", + " 'repos_url': 'https://api.github.com/users/gggfaria/repos',\n", + " 'events_url': 'https://api.github.com/users/gggfaria/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/gggfaria/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/gggfaria/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/gggfaria/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/gggfaria/mad-oct-2018/deployments',\n", + " 'created_at': '2019-08-02T00:46:50Z',\n", + " 'updated_at': '2019-08-02T00:46:54Z',\n", + " 'pushed_at': '2019-03-07T15:49:17Z',\n", + " 'git_url': 'git://github.com/gggfaria/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:gggfaria/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/gggfaria/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/gggfaria/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 117003,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 198273438,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTgyNzM0Mzg=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'nancyulric/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'nancyulric',\n", + " 'id': 50028113,\n", + " 'node_id': 'MDQ6VXNlcjUwMDI4MTEz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/50028113?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/nancyulric',\n", + " 'html_url': 'https://github.com/nancyulric',\n", + " 'followers_url': 'https://api.github.com/users/nancyulric/followers',\n", + " 'following_url': 'https://api.github.com/users/nancyulric/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/nancyulric/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/nancyulric/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/nancyulric/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/nancyulric/orgs',\n", + " 'repos_url': 'https://api.github.com/users/nancyulric/repos',\n", + " 'events_url': 'https://api.github.com/users/nancyulric/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/nancyulric/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/nancyulric/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/nancyulric/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/nancyulric/mad-oct-2018/deployments',\n", + " 'created_at': '2019-07-22T17:41:08Z',\n", + " 'updated_at': '2019-07-22T17:41:13Z',\n", + " 'pushed_at': '2019-03-07T15:49:17Z',\n", + " 'git_url': 'git://github.com/nancyulric/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:nancyulric/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/nancyulric/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/nancyulric/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 117003,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 167001044,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNjcwMDEwNDQ=',\n", + " 'name': 'datamad0119',\n", + " 'full_name': 'lmartinezruizit/datamad0119',\n", + " 'private': False,\n", + " 'owner': {'login': 'lmartinezruizit',\n", + " 'id': 25184023,\n", + " 'node_id': 'MDQ6VXNlcjI1MTg0MDIz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25184023?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/lmartinezruizit',\n", + " 'html_url': 'https://github.com/lmartinezruizit',\n", + " 'followers_url': 'https://api.github.com/users/lmartinezruizit/followers',\n", + " 'following_url': 'https://api.github.com/users/lmartinezruizit/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/lmartinezruizit/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/lmartinezruizit/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/lmartinezruizit/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/lmartinezruizit/orgs',\n", + " 'repos_url': 'https://api.github.com/users/lmartinezruizit/repos',\n", + " 'events_url': 'https://api.github.com/users/lmartinezruizit/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/lmartinezruizit/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/lmartinezruizit/datamad0119',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/lmartinezruizit/datamad0119',\n", + " 'forks_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/forks',\n", + " 'keys_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/events',\n", + " 'assignees_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/merges',\n", + " 'archive_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/lmartinezruizit/datamad0119/deployments',\n", + " 'created_at': '2019-01-22T13:42:30Z',\n", + " 'updated_at': '2019-01-22T13:42:33Z',\n", + " 'pushed_at': '2019-01-22T08:34:08Z',\n", + " 'git_url': 'git://github.com/lmartinezruizit/datamad0119.git',\n", + " 'ssh_url': 'git@github.com:lmartinezruizit/datamad0119.git',\n", + " 'clone_url': 'https://github.com/lmartinezruizit/datamad0119.git',\n", + " 'svn_url': 'https://github.com/lmartinezruizit/datamad0119',\n", + " 'homepage': '',\n", + " 'size': 116993,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 162498469,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNjI0OTg0Njk=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'eye8/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/eye8/madrid-oct-2018',\n", + " 'description': \"Student labs for Ironhack's very first Data Analytics bootcamp!\",\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/eye8/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/eye8/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-12-19T22:40:28Z',\n", + " 'updated_at': '2018-12-19T22:40:32Z',\n", + " 'pushed_at': '2018-12-19T22:45:49Z',\n", + " 'git_url': 'git://github.com/eye8/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:eye8/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/eye8/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/eye8/madrid-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 140237,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 1,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 1,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154625001,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQ2MjUwMDE=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'ArieHassan/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ArieHassan',\n", + " 'id': 43290133,\n", + " 'node_id': 'MDQ6VXNlcjQzMjkwMTMz',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43290133?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ArieHassan',\n", + " 'html_url': 'https://github.com/ArieHassan',\n", + " 'followers_url': 'https://api.github.com/users/ArieHassan/followers',\n", + " 'following_url': 'https://api.github.com/users/ArieHassan/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ArieHassan/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ArieHassan/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ArieHassan/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ArieHassan/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ArieHassan/repos',\n", + " 'events_url': 'https://api.github.com/users/ArieHassan/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ArieHassan/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ArieHassan/madrid-oct-2018',\n", + " 'description': \"Student labs for Ironhack's very first Data Analytics bootcamp!\",\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ArieHassan/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-25T07:02:32Z',\n", + " 'updated_at': '2018-10-31T11:39:38Z',\n", + " 'pushed_at': '2018-12-10T16:51:00Z',\n", + " 'git_url': 'git://github.com/ArieHassan/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ArieHassan/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ArieHassan/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ArieHassan/madrid-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 69773,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'HTML',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154291113,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQyOTExMTM=',\n", + " 'name': 'Ironhack-oct-2018',\n", + " 'full_name': 'cmvalma/Ironhack-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'cmvalma',\n", + " 'id': 44215634,\n", + " 'node_id': 'MDQ6VXNlcjQ0MjE1NjM0',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44215634?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/cmvalma',\n", + " 'html_url': 'https://github.com/cmvalma',\n", + " 'followers_url': 'https://api.github.com/users/cmvalma/followers',\n", + " 'following_url': 'https://api.github.com/users/cmvalma/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/cmvalma/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/cmvalma/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/cmvalma/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/cmvalma/orgs',\n", + " 'repos_url': 'https://api.github.com/users/cmvalma/repos',\n", + " 'events_url': 'https://api.github.com/users/cmvalma/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/cmvalma/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/cmvalma/Ironhack-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/cmvalma/Ironhack-oct-2018/deployments',\n", + " 'created_at': '2018-10-23T08:27:10Z',\n", + " 'updated_at': '2021-08-23T12:27:55Z',\n", + " 'pushed_at': '2019-05-07T20:07:20Z',\n", + " 'git_url': 'git://github.com/cmvalma/Ironhack-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:cmvalma/Ironhack-oct-2018.git',\n", + " 'clone_url': 'https://github.com/cmvalma/Ironhack-oct-2018.git',\n", + " 'svn_url': 'https://github.com/cmvalma/Ironhack-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 222202,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154191482,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQxOTE0ODI=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'criraca/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'criraca',\n", + " 'id': 43931837,\n", + " 'node_id': 'MDQ6VXNlcjQzOTMxODM3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43931837?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/criraca',\n", + " 'html_url': 'https://github.com/criraca',\n", + " 'followers_url': 'https://api.github.com/users/criraca/followers',\n", + " 'following_url': 'https://api.github.com/users/criraca/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/criraca/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/criraca/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/criraca/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/criraca/orgs',\n", + " 'repos_url': 'https://api.github.com/users/criraca/repos',\n", + " 'events_url': 'https://api.github.com/users/criraca/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/criraca/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/criraca/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/criraca/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/criraca/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-22T18:04:20Z',\n", + " 'updated_at': '2018-12-05T14:18:02Z',\n", + " 'pushed_at': '2018-12-08T20:38:41Z',\n", + " 'git_url': 'git://github.com/criraca/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:criraca/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/criraca/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/criraca/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 59188,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 154105473,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTQxMDU0NzM=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'AlbertoCastellanos/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'AlbertoCastellanos',\n", + " 'id': 43521577,\n", + " 'node_id': 'MDQ6VXNlcjQzNTIxNTc3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43521577?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/AlbertoCastellanos',\n", + " 'html_url': 'https://github.com/AlbertoCastellanos',\n", + " 'followers_url': 'https://api.github.com/users/AlbertoCastellanos/followers',\n", + " 'following_url': 'https://api.github.com/users/AlbertoCastellanos/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/AlbertoCastellanos/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/AlbertoCastellanos/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/AlbertoCastellanos/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/AlbertoCastellanos/orgs',\n", + " 'repos_url': 'https://api.github.com/users/AlbertoCastellanos/repos',\n", + " 'events_url': 'https://api.github.com/users/AlbertoCastellanos/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/AlbertoCastellanos/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/AlbertoCastellanos/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-22T07:50:41Z',\n", + " 'updated_at': '2018-12-03T14:18:22Z',\n", + " 'pushed_at': '2018-12-09T18:51:54Z',\n", + " 'git_url': 'git://github.com/AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/AlbertoCastellanos/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 93337,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': None,\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153788059,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODgwNTk=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'elenajpp/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'elenajpp',\n", + " 'id': 44167409,\n", + " 'node_id': 'MDQ6VXNlcjQ0MTY3NDA5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44167409?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/elenajpp',\n", + " 'html_url': 'https://github.com/elenajpp',\n", + " 'followers_url': 'https://api.github.com/users/elenajpp/followers',\n", + " 'following_url': 'https://api.github.com/users/elenajpp/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/elenajpp/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/elenajpp/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/elenajpp/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/elenajpp/orgs',\n", + " 'repos_url': 'https://api.github.com/users/elenajpp/repos',\n", + " 'events_url': 'https://api.github.com/users/elenajpp/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/elenajpp/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/elenajpp/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/elenajpp/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:35:55Z',\n", + " 'updated_at': '2018-12-05T15:59:58Z',\n", + " 'pushed_at': '2018-12-10T15:52:37Z',\n", + " 'git_url': 'git://github.com/elenajpp/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:elenajpp/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/elenajpp/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/elenajpp/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 172434,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787814,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc4MTQ=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'miriammg/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'miriammg',\n", + " 'id': 43962086,\n", + " 'node_id': 'MDQ6VXNlcjQzOTYyMDg2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43962086?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/miriammg',\n", + " 'html_url': 'https://github.com/miriammg',\n", + " 'followers_url': 'https://api.github.com/users/miriammg/followers',\n", + " 'following_url': 'https://api.github.com/users/miriammg/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/miriammg/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/miriammg/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/miriammg/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/miriammg/orgs',\n", + " 'repos_url': 'https://api.github.com/users/miriammg/repos',\n", + " 'events_url': 'https://api.github.com/users/miriammg/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/miriammg/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/miriammg/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/miriammg/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/miriammg/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:25Z',\n", + " 'updated_at': '2018-12-07T09:57:15Z',\n", + " 'pushed_at': '2018-12-09T10:29:50Z',\n", + " 'git_url': 'git://github.com/miriammg/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:miriammg/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/miriammg/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/miriammg/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 77320,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787806,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc4MDY=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'albertogcmr/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'albertogcmr',\n", + " 'id': 35075785,\n", + " 'node_id': 'MDQ6VXNlcjM1MDc1Nzg1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/35075785?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/albertogcmr',\n", + " 'html_url': 'https://github.com/albertogcmr',\n", + " 'followers_url': 'https://api.github.com/users/albertogcmr/followers',\n", + " 'following_url': 'https://api.github.com/users/albertogcmr/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/albertogcmr/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/albertogcmr/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/albertogcmr/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/albertogcmr/orgs',\n", + " 'repos_url': 'https://api.github.com/users/albertogcmr/repos',\n", + " 'events_url': 'https://api.github.com/users/albertogcmr/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/albertogcmr/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/albertogcmr/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/albertogcmr/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:21Z',\n", + " 'updated_at': '2019-01-18T09:34:32Z',\n", + " 'pushed_at': '2019-08-20T14:07:28Z',\n", + " 'git_url': 'git://github.com/albertogcmr/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:albertogcmr/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/albertogcmr/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/albertogcmr/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 171492,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'},\n", + " {'id': 153787788,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3ODc3ODg=',\n", + " 'name': 'madrid-oct-2018',\n", + " 'full_name': 'marisfont/madrid-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'marisfont',\n", + " 'id': 43796849,\n", + " 'node_id': 'MDQ6VXNlcjQzNzk2ODQ5',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/43796849?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/marisfont',\n", + " 'html_url': 'https://github.com/marisfont',\n", + " 'followers_url': 'https://api.github.com/users/marisfont/followers',\n", + " 'following_url': 'https://api.github.com/users/marisfont/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/marisfont/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/marisfont/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/marisfont/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/marisfont/orgs',\n", + " 'repos_url': 'https://api.github.com/users/marisfont/repos',\n", + " 'events_url': 'https://api.github.com/users/marisfont/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/marisfont/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/marisfont/madrid-oct-2018',\n", + " 'description': None,\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/marisfont/madrid-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/marisfont/madrid-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T13:34:11Z',\n", + " 'updated_at': '2018-12-04T17:31:47Z',\n", + " 'pushed_at': '2018-12-05T16:03:33Z',\n", + " 'git_url': 'git://github.com/marisfont/madrid-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:marisfont/madrid-oct-2018.git',\n", + " 'clone_url': 'https://github.com/marisfont/madrid-oct-2018.git',\n", + " 'svn_url': 'https://github.com/marisfont/madrid-oct-2018',\n", + " 'homepage': None,\n", + " 'size': 93980,\n", + " 'stargazers_count': 0,\n", + " 'watchers_count': 0,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': False,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 0,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 0,\n", + " 'license': {'key': 'unlicense',\n", + " 'name': 'The Unlicense',\n", + " 'spdx_id': 'Unlicense',\n", + " 'url': 'https://api.github.com/licenses/unlicense',\n", + " 'node_id': 'MDc6TGljZW5zZTE1'},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 0,\n", + " 'open_issues': 0,\n", + " 'watchers': 0,\n", + " 'default_branch': 'master'}]" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "da451a12", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[None, 'Jupyter Notebook', 'HTML']" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "languages=[dictio['language'] for dictio in data]\n", + "languag=list(set(languages))\n", + "languag" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/challenge 2.ipynb b/your-code/challenge 2.ipynb new file mode 100644 index 0000000..823e22b --- /dev/null +++ b/your-code/challenge 2.ipynb @@ -0,0 +1,1851 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "b082c68d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'sha': '1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE2MzhlNTUwNmU2OTQ3Yjc3YmZlNzg3NjFkMzQ1NDc2YWU4MGQwMTc=',\n", + " 'commit': {'author': {'name': 'Marc Pomar',\n", + " 'email': 'marc@faable.com',\n", + " 'date': '2019-08-19T11:11:36Z'},\n", + " 'committer': {'name': 'Marc Pomar',\n", + " 'email': 'marc@faable.com',\n", + " 'date': '2019-08-19T11:11:36Z'},\n", + " 'message': 'Cambiar los autores',\n", + " 'tree': {'sha': '51812285dc70ac37103735ee7ed672befc582b5f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/51812285dc70ac37103735ee7ed672befc582b5f'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1638e5506e6947b77bfe78761d345476ae80d017',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1638e5506e6947b77bfe78761d345476ae80d017/comments',\n", + " 'author': {'login': 'boyander',\n", + " 'id': 568638,\n", + " 'node_id': 'MDQ6VXNlcjU2ODYzOA==',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/568638?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/boyander',\n", + " 'html_url': 'https://github.com/boyander',\n", + " 'followers_url': 'https://api.github.com/users/boyander/followers',\n", + " 'following_url': 'https://api.github.com/users/boyander/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/boyander/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/boyander/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/boyander/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/boyander/orgs',\n", + " 'repos_url': 'https://api.github.com/users/boyander/repos',\n", + " 'events_url': 'https://api.github.com/users/boyander/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/boyander/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'boyander',\n", + " 'id': 568638,\n", + " 'node_id': 'MDQ6VXNlcjU2ODYzOA==',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/568638?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/boyander',\n", + " 'html_url': 'https://github.com/boyander',\n", + " 'followers_url': 'https://api.github.com/users/boyander/followers',\n", + " 'following_url': 'https://api.github.com/users/boyander/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/boyander/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/boyander/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/boyander/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/boyander/orgs',\n", + " 'repos_url': 'https://api.github.com/users/boyander/repos',\n", + " 'events_url': 'https://api.github.com/users/boyander/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/boyander/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/f332b5e6fcea965dc80f62220d7ee1457b04b90d'}]},\n", + " {'sha': 'f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmYzMzJiNWU2ZmNlYTk2NWRjODBmNjIyMjBkN2VlMTQ1N2IwNGI5MGQ=',\n", + " 'commit': {'author': {'name': 'ta-data-bcn',\n", + " 'email': '47005065+ta-data-bcn@users.noreply.github.com',\n", + " 'date': '2019-03-07T15:49:16Z'},\n", + " 'committer': {'name': 'GitHub',\n", + " 'email': 'noreply@github.com',\n", + " 'date': '2019-03-07T15:49:16Z'},\n", + " 'message': 'fix',\n", + " 'tree': {'sha': '74662fcb1b617f9be19739c27c841f9d04532399',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/74662fcb1b617f9be19739c27c841f9d04532399'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': True,\n", + " 'reason': 'valid',\n", + " 'signature': '-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJcgT18CRBK7hj4Ov3rIwAAdHIIACjbBip9umLNztkgmZQf6tKD\\nx0ZLUHQLUYeVctQXYAoh+XPn6oEcupl6PX7nId1etu8PpuPmaT7lCKl8Fn4gDc7q\\nJriGMvxGmP/0BnoZId/4FTMEJzcbplBIJGSl4+CejFFMh6+awcVD4dGSrRQQCBKD\\ncqd2Ay0pOsQ3mcl0MEFKirqgNRiRRmSyVTgmTIdGGFYsXr+eUL2TPtLG+doLa4wx\\nL0Oq4NI3HBIEj7JHKsOsViD6ZmG8WxMIcNuFPqD31Jb2HjTsAHvQea9KnJNNUDhW\\na3vDVWapXBpzZENlB7uMnD0bFQnu9Zzk7gGTP7mJHQSGoKEsMO5yAwFHTdGLZ08=\\n=7KZd\\n-----END PGP SIGNATURE-----\\n',\n", + " 'payload': 'tree 74662fcb1b617f9be19739c27c841f9d04532399\\nparent 4c048c3efc18cf9d50e34c76919c8049ee7f2dbd\\nauthor ta-data-bcn <47005065+ta-data-bcn@users.noreply.github.com> 1551973756 +0100\\ncommitter GitHub 1551973756 +0100\\n\\nfix'}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/f332b5e6fcea965dc80f62220d7ee1457b04b90d',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/f332b5e6fcea965dc80f62220d7ee1457b04b90d/comments',\n", + " 'author': {'login': 'ta-data-bcn',\n", + " 'id': 47005065,\n", + " 'node_id': 'MDQ6VXNlcjQ3MDA1MDY1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/47005065?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ta-data-bcn',\n", + " 'html_url': 'https://github.com/ta-data-bcn',\n", + " 'followers_url': 'https://api.github.com/users/ta-data-bcn/followers',\n", + " 'following_url': 'https://api.github.com/users/ta-data-bcn/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ta-data-bcn/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ta-data-bcn/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ta-data-bcn/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ta-data-bcn/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ta-data-bcn/repos',\n", + " 'events_url': 'https://api.github.com/users/ta-data-bcn/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ta-data-bcn/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'web-flow',\n", + " 'id': 19864447,\n", + " 'node_id': 'MDQ6VXNlcjE5ODY0NDQ3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/19864447?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/web-flow',\n", + " 'html_url': 'https://github.com/web-flow',\n", + " 'followers_url': 'https://api.github.com/users/web-flow/followers',\n", + " 'following_url': 'https://api.github.com/users/web-flow/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/web-flow/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/web-flow/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/web-flow/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/web-flow/orgs',\n", + " 'repos_url': 'https://api.github.com/users/web-flow/repos',\n", + " 'events_url': 'https://api.github.com/users/web-flow/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/web-flow/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd'}]},\n", + " {'sha': '4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjRjMDQ4YzNlZmMxOGNmOWQ1MGUzNGM3NjkxOWM4MDQ5ZWU3ZjJkYmQ=',\n", + " 'commit': {'author': {'name': 'ta-data-bcn',\n", + " 'email': '47005065+ta-data-bcn@users.noreply.github.com',\n", + " 'date': '2019-03-07T15:38:52Z'},\n", + " 'committer': {'name': 'GitHub',\n", + " 'email': 'noreply@github.com',\n", + " 'date': '2019-03-07T15:38:52Z'},\n", + " 'message': 'remove bonus challenge 2',\n", + " 'tree': {'sha': '4e0dafb67e8bf9a3f12da9dc02affc431d0b8993',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/4e0dafb67e8bf9a3f12da9dc02affc431d0b8993'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': True,\n", + " 'reason': 'valid',\n", + " 'signature': '-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJcgTsMCRBK7hj4Ov3rIwAAdHIIAJJBPkPp/viXc3rW1Xw5TsLT\\nWJhyvQtoBDVo9K+aCsX7izs2dgnSXJ6dcZuug+chB0km5nxzRZshs1B0D+EZUHNY\\nqvuFoxjKSWcSaX52QWP6o7U4QvUFRUseAxbFigy8+eBeKTup+NLQmDP0EIwAUX50\\nZc0jUCdKah55w4+4YCYg9CsplshtD+hUzmatD84SmmtYoQvQmAJXFIl69BMe5q7o\\nCudsrGjOxYiZIguEJoJzqqZRc/s2bqC+eBj839mUH+9moUpGk9loQUfq9evcyRVS\\nQkNWpmAozDgaGG7Bdaj2VTcEZZgzhcXoejUbn3wAosFj+Y4ujyrn7ALyVilqL5A=\\n=4ewf\\n-----END PGP SIGNATURE-----\\n',\n", + " 'payload': 'tree 4e0dafb67e8bf9a3f12da9dc02affc431d0b8993\\nparent 41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310\\nauthor ta-data-bcn <47005065+ta-data-bcn@users.noreply.github.com> 1551973132 +0100\\ncommitter GitHub 1551973132 +0100\\n\\nremove bonus challenge 2'}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4c048c3efc18cf9d50e34c76919c8049ee7f2dbd/comments',\n", + " 'author': {'login': 'ta-data-bcn',\n", + " 'id': 47005065,\n", + " 'node_id': 'MDQ6VXNlcjQ3MDA1MDY1',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/47005065?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ta-data-bcn',\n", + " 'html_url': 'https://github.com/ta-data-bcn',\n", + " 'followers_url': 'https://api.github.com/users/ta-data-bcn/followers',\n", + " 'following_url': 'https://api.github.com/users/ta-data-bcn/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ta-data-bcn/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ta-data-bcn/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ta-data-bcn/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ta-data-bcn/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ta-data-bcn/repos',\n", + " 'events_url': 'https://api.github.com/users/ta-data-bcn/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ta-data-bcn/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'web-flow',\n", + " 'id': 19864447,\n", + " 'node_id': 'MDQ6VXNlcjE5ODY0NDQ3',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/19864447?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/web-flow',\n", + " 'html_url': 'https://github.com/web-flow',\n", + " 'followers_url': 'https://api.github.com/users/web-flow/followers',\n", + " 'following_url': 'https://api.github.com/users/web-flow/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/web-flow/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/web-flow/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/web-flow/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/web-flow/orgs',\n", + " 'repos_url': 'https://api.github.com/users/web-flow/repos',\n", + " 'events_url': 'https://api.github.com/users/web-flow/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/web-flow/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310'}]},\n", + " {'sha': '41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQxZTA5ZDRmYmY2NGJhY2IyZmRmZTdkOTBjZGQwY2Q3MWJkMjQzMTA=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-18T18:28:33Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-18T18:28:33Z'},\n", + " 'message': 'Parallelization lab',\n", + " 'tree': {'sha': '74662fcb1b617f9be19739c27c841f9d04532399',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/74662fcb1b617f9be19739c27c841f9d04532399'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/41e09d4fbf64bacb2fdfe7d90cdd0cd71bd24310/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/750eb91e4535c14ec4bf03f60cb5756a1c93f68f'}]},\n", + " {'sha': '750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojc1MGViOTFlNDUzNWMxNGVjNGJmMDNmNjBjYjU3NTZhMWM5M2Y2OGY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T21:59:35Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T21:59:35Z'},\n", + " 'message': 'error handling lab',\n", + " 'tree': {'sha': '49a31fee1247ec9ff26a0193dd0e75cd6944e81a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/49a31fee1247ec9ff26a0193dd0e75cd6944e81a'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/750eb91e4535c14ec4bf03f60cb5756a1c93f68f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/750eb91e4535c14ec4bf03f60cb5756a1c93f68f/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f'}]},\n", + " {'sha': '4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjRhOGNjM2NiNjQ4MjFjYjU4MTgyYTNhOTRiZTM4ZjE3ZDI3YThlOGY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:33:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:33:16Z'},\n", + " 'message': 'fix readme',\n", + " 'tree': {'sha': '62334dec6b45f2a8853897cef3c129273e8aea35',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/62334dec6b45f2a8853897cef3c129273e8aea35'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4a8cc3cb64821cb58182a3a94be38f17d27a8e8f/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1501bac01f8183d223a47ca7f23649a5d98d7e00'}]},\n", + " {'sha': '1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE1MDFiYWMwMWY4MTgzZDIyM2E0N2NhN2YyMzY0OWE1ZDk4ZDdlMDA=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:28:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:28:16Z'},\n", + " 'message': 'fixing Q1-Q3',\n", + " 'tree': {'sha': '864e27beab44168f45342a544d48c7036f4683c7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/864e27beab44168f45342a544d48c7036f4683c7'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/1501bac01f8183d223a47ca7f23649a5d98d7e00',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/1501bac01f8183d223a47ca7f23649a5d98d7e00/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/6c2a1247d4e13a37261081279f250ffa82ed5c96'}]},\n", + " {'sha': '6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjZjMmExMjQ3ZDRlMTNhMzcyNjEwODEyNzlmMjUwZmZhODJlZDVjOTY=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:24:01Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-17T06:24:01Z'},\n", + " 'message': 'functional programming lab',\n", + " 'tree': {'sha': '11cfbefecc943926cc5d9a10fc9aed4a9b578d51',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/11cfbefecc943926cc5d9a10fc9aed4a9b578d51'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/6c2a1247d4e13a37261081279f250ffa82ed5c96',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/6c2a1247d4e13a37261081279f250ffa82ed5c96/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/cc02db3df76c8a16ecee3f7a937366ff427a7c3a'}]},\n", + " {'sha': 'cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmNjMDJkYjNkZjc2YzhhMTZlY2VlM2Y3YTkzNzM2NmZmNDI3YTdjM2E=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T23:20:01Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T23:20:01Z'},\n", + " 'message': 'placeholder for lab adv web scraping and code simplicity',\n", + " 'tree': {'sha': '28b5687e3ab047c869356796aee40ec657d079a6',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/28b5687e3ab047c869356796aee40ec657d079a6'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/cc02db3df76c8a16ecee3f7a937366ff427a7c3a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/cc02db3df76c8a16ecee3f7a937366ff427a7c3a/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '49ba929952728ab17635591cf55137c8af01babb',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/49ba929952728ab17635591cf55137c8af01babb'}]},\n", + " {'sha': '49ba929952728ab17635591cf55137c8af01babb',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQ5YmE5Mjk5NTI3MjhhYjE3NjM1NTkxY2Y1NTEzN2M4YWYwMWJhYmI=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:40Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:40Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '8c0b7b9c9b229520c44be3b289ad23fdbc31e9d6',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/8c0b7b9c9b229520c44be3b289ad23fdbc31e9d6'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/49ba929952728ab17635591cf55137c8af01babb',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/49ba929952728ab17635591cf55137c8af01babb/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ba93368ee5593b15c7b1829f82cbacb9a003476c'},\n", + " {'sha': '2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2034c389cb81f30d30f94acc2a5237377d387dc1'}]},\n", + " {'sha': 'ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmJhOTMzNjhlZTU1OTNiMTVjN2IxODI5ZjgyY2JhY2I5YTAwMzQ3NmM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:35Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-16T22:24:35Z'},\n", + " 'message': 'minor updates',\n", + " 'tree': {'sha': 'cb1d28ea4a96adfd111cc8656523817acac07608',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/cb1d28ea4a96adfd111cc8656523817acac07608'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ba93368ee5593b15c7b1829f82cbacb9a003476c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ba93368ee5593b15c7b1829f82cbacb9a003476c/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c'}]},\n", + " {'sha': '2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjIwMzRjMzg5Y2I4MWYzMGQzMGY5NGFjYzJhNTIzNzM3N2QzODdkYzE=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-14T22:40:53Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-14T22:40:53Z'},\n", + " 'message': 'string ops lab',\n", + " 'tree': {'sha': 'b50a292fd813d30e355d9e9144be3e5ff1e233d4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/b50a292fd813d30e355d9e9144be3e5ff1e233d4'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2034c389cb81f30d30f94acc2a5237377d387dc1',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2034c389cb81f30d30f94acc2a5237377d387dc1/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/09cf3f0163fe3895128cb322f5450672435ede7e'}]},\n", + " {'sha': '09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjA5Y2YzZjAxNjNmZTM4OTUxMjhjYjMyMmY1NDUwNjcyNDM1ZWRlN2U=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-11T20:01:48Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-11T20:01:48Z'},\n", + " 'message': 'lambda lab',\n", + " 'tree': {'sha': '62dc7668aa64f3bcd1c2a3aa6d53bafd39e0d666',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/62dc7668aa64f3bcd1c2a3aa6d53bafd39e0d666'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/09cf3f0163fe3895128cb322f5450672435ede7e',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/09cf3f0163fe3895128cb322f5450672435ede7e/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c'}]},\n", + " {'sha': '825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjgyNWRlYTBiM2FhYjYwYmY1ODcxMzA0NDFmYWIzMGQ4YWJhYjc3NWM=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:15:16Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:15:16Z'},\n", + " 'message': 'fix initial description',\n", + " 'tree': {'sha': '9c026c982781ec0e5475f0d60b0adb3f2f4e0dc0',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/9c026c982781ec0e5475f0d60b0adb3f2f4e0dc0'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/825dea0b3aab60bf587130441fab30d8abab775c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/825dea0b3aab60bf587130441fab30d8abab775c/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ced5e055e9313f60c57a7daab4ee89eac9f2c409'}]},\n", + " {'sha': 'ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmNlZDVlMDU1ZTkzMTNmNjBjNTdhN2RhYWI0ZWU4OWVhYzlmMmM0MDk=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:11:31Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-10T21:11:31Z'},\n", + " 'message': 'oop lab main',\n", + " 'tree': {'sha': 'beb4e457e793ddf99c7b5982b56e092d0c8cfe62',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/beb4e457e793ddf99c7b5982b56e092d0c8cfe62'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/ced5e055e9313f60c57a7daab4ee89eac9f2c409',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/ced5e055e9313f60c57a7daab4ee89eac9f2c409/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f'}]},\n", + " {'sha': '2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJjZGE5YWI5MmIwZjRkYmZiZTcyZTM5YTFiYzI2YjlkN2U0MWQyOGY=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:14Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:14Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '246ca834e48954556e7c34c81d3f6f46667665ef',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/246ca834e48954556e7c34c81d3f6f46667665ef'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2cda9ab92b0f4dbfbe72e39a1bc26b9d7e41d28f/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2db6ca9372c8585a0a894cef5c8be3c51a4547a7'},\n", + " {'sha': '4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4887dd8d4b582f6279c6f23114842d3fd071e62a'}]},\n", + " {'sha': '2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkYjZjYTkzNzJjODU4NWEwYTg5NGNlZjVjOGJlM2M1MWE0NTQ3YTc=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:09Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-08T20:22:09Z'},\n", + " 'message': 'lab-tuple-set-dict',\n", + " 'tree': {'sha': '90124604514c3b381fbc0cae9f43adc1ebfab0f9',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/90124604514c3b381fbc0cae9f43adc1ebfab0f9'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2db6ca9372c8585a0a894cef5c8be3c51a4547a7',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2db6ca9372c8585a0a894cef5c8be3c51a4547a7/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec'}]},\n", + " {'sha': '4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjQ4ODdkZDhkNGI1ODJmNjI3OWM2ZjIzMTE0ODQyZDNmZDA3MWU2MmE=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:24:29Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:24:29Z'},\n", + " 'message': 'Updating Getting Started section',\n", + " 'tree': {'sha': '986236aa9e3756862f5cb979beacf5315b966774',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/986236aa9e3756862f5cb979beacf5315b966774'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/4887dd8d4b582f6279c6f23114842d3fd071e62a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/4887dd8d4b582f6279c6f23114842d3fd071e62a/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/14a4c26acde03b2ebff1e1e84da29d60bc532410'}]},\n", + " {'sha': '14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjE0YTRjMjZhY2RlMDNiMmViZmYxZTFlODRkYTI5ZDYwYmM1MzI0MTA=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:20:17Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T20:20:17Z'},\n", + " 'message': 'Adding snippet about Jupyter Notebook',\n", + " 'tree': {'sha': 'b5ca5a8e4e75d0c22f838217acb23f4ae0c53add',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/b5ca5a8e4e75d0c22f838217acb23f4ae0c53add'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/14a4c26acde03b2ebff1e1e84da29d60bc532410',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/14a4c26acde03b2ebff1e1e84da29d60bc532410/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/b57627cc8931bdeb56b48bd853beac0b569e6e93'}]},\n", + " {'sha': 'b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmI1NzYyN2NjODkzMWJkZWI1NmI0OGJkODUzYmVhYzBiNTY5ZTZlOTM=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:49:55Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:49:55Z'},\n", + " 'message': 'Update main.ipynb',\n", + " 'tree': {'sha': '7366c4250f742ac11201900a44c20eacd1a77dc7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/7366c4250f742ac11201900a44c20eacd1a77dc7'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/b57627cc8931bdeb56b48bd853beac0b569e6e93',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/b57627cc8931bdeb56b48bd853beac0b569e6e93/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/86cde628c887d7b52fd4f89d8fe8d77e7d74832c'}]},\n", + " {'sha': '86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojg2Y2RlNjI4Yzg4N2Q3YjUyZmQ0Zjg5ZDhmZThkNzdlN2Q3NDgzMmM=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:47:26Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T17:47:26Z'},\n", + " 'message': 'RSS lab to master branch',\n", + " 'tree': {'sha': '75346e45d20002059edc555fab54d57f8407aa52',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/75346e45d20002059edc555fab54d57f8407aa52'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/86cde628c887d7b52fd4f89d8fe8d77e7d74832c',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/86cde628c887d7b52fd4f89d8fe8d77e7d74832c/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec'}]},\n", + " {'sha': '2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkZjg3Y2FkNDUyZWYzMmEzYjgxZDg2OWRkM2U1Y2Q3YWY2ZjliZWM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:32:06Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:32:06Z'},\n", + " 'message': 'adding .gitkeep for lab-rss',\n", + " 'tree': {'sha': '5cc2c35b42e0ae807caa85ada89e3714e6d4be9b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/5cc2c35b42e0ae807caa85ada89e3714e6d4be9b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2df87cad452ef32a3b81d869dd3e5cd7af6f9bec/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2d73890c0bf8e68223bef89f2ae543f05cfac913'}]},\n", + " {'sha': '2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjJkNzM4OTBjMGJmOGU2ODIyM2JlZjg5ZjJhZTU0M2YwNWNmYWM5MTM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:17:21Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T16:17:21Z'},\n", + " 'message': 'remove solution files from all labs; pls add solutions to branch lab-solutions',\n", + " 'tree': {'sha': '3704b60e4516c71d5c73b67d8af1ab2d4453c55b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/3704b60e4516c71d5c73b67d8af1ab2d4453c55b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/2d73890c0bf8e68223bef89f2ae543f05cfac913',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/2d73890c0bf8e68223bef89f2ae543f05cfac913/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/89528ae791f7d3b93c026fb70952347d6056953f'}]},\n", + " {'sha': '89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0Ojg5NTI4YWU3OTFmN2QzYjkzYzAyNmZiNzA5NTIzNDdkNjA1Njk1M2Y=',\n", + " 'commit': {'author': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T15:15:49Z'},\n", + " 'committer': {'name': 'Tony Ojeda',\n", + " 'email': 'tojeda@districtdatalabs.com',\n", + " 'date': '2019-01-07T15:15:49Z'},\n", + " 'message': 'Setup for RSS lab',\n", + " 'tree': {'sha': 'd23c06cc327425c8554c49a2d5539c9ae07e6313',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/d23c06cc327425c8554c49a2d5539c9ae07e6313'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/89528ae791f7d3b93c026fb70952347d6056953f',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/89528ae791f7d3b93c026fb70952347d6056953f/comments',\n", + " 'author': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'ojedatony1616',\n", + " 'id': 1253136,\n", + " 'node_id': 'MDQ6VXNlcjEyNTMxMzY=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1253136?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ojedatony1616',\n", + " 'html_url': 'https://github.com/ojedatony1616',\n", + " 'followers_url': 'https://api.github.com/users/ojedatony1616/followers',\n", + " 'following_url': 'https://api.github.com/users/ojedatony1616/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ojedatony1616/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ojedatony1616/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ojedatony1616/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ojedatony1616/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ojedatony1616/repos',\n", + " 'events_url': 'https://api.github.com/users/ojedatony1616/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ojedatony1616/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/58709c4fe45627fc57fb88f0c05833c06455ec89'}]},\n", + " {'sha': '58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjU4NzA5YzRmZTQ1NjI3ZmM1N2ZiODhmMGMwNTgzM2MwNjQ1NWVjODk=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T05:11:44Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-07T05:11:44Z'},\n", + " 'message': 'advanced mysql lab',\n", + " 'tree': {'sha': 'a6b3478be366b33f2ac8a180884d77c7bbac2a1f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/a6b3478be366b33f2ac8a180884d77c7bbac2a1f'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/58709c4fe45627fc57fb88f0c05833c06455ec89',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/58709c4fe45627fc57fb88f0c05833c06455ec89/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/32011b647f723a6f955644ae09b5b358e3b5783a'}]},\n", + " {'sha': '32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjMyMDExYjY0N2Y3MjNhNmY5NTU2NDRhZTA5YjViMzU4ZTNiNTc4M2E=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-06T20:04:06Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-06T20:04:06Z'},\n", + " 'message': 'mysql-select references',\n", + " 'tree': {'sha': 'f8f14d8dd56efb52fb020e72bb894407195d8916',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/f8f14d8dd56efb52fb020e72bb894407195d8916'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/32011b647f723a6f955644ae09b5b358e3b5783a',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/32011b647f723a6f955644ae09b5b358e3b5783a/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'd3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/d3e36fdde865bea8a440359df80bd9dfa8a08593'}]},\n", + " {'sha': 'd3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmQzZTM2ZmRkZTg2NWJlYThhNDQwMzU5ZGY4MGJkOWRmYThhMDg1OTM=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:30Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:30Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '08f17c6b427ab0f1505f99e092c8f6c6cb34132b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/08f17c6b427ab0f1505f99e092c8f6c6cb34132b'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/d3e36fdde865bea8a440359df80bd9dfa8a08593',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/d3e36fdde865bea8a440359df80bd9dfa8a08593/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/af103caadf46f82fa4a8e31714f23a17fd31f309'},\n", + " {'sha': '5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/5e2c75d941c350cf87f97966efe9a4b02beb55bd'}]},\n", + " {'sha': 'af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmFmMTAzY2FhZGY0NmY4MmZhNGE4ZTMxNzE0ZjIzYTE3ZmQzMWYzMDk=',\n", + " 'commit': {'author': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:18Z'},\n", + " 'committer': {'name': 'Zhou Zhou',\n", + " 'email': 'zhou.eye8@gmail.com',\n", + " 'date': '2019-01-05T17:05:18Z'},\n", + " 'message': 'lab-mysql-select',\n", + " 'tree': {'sha': '83813f4f8f86d9312d8000b9903dfd2906d49a9d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/83813f4f8f86d9312d8000b9903dfd2906d49a9d'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/af103caadf46f82fa4a8e31714f23a17fd31f309',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/af103caadf46f82fa4a8e31714f23a17fd31f309/comments',\n", + " 'author': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'eye8',\n", + " 'id': 1659798,\n", + " 'node_id': 'MDQ6VXNlcjE2NTk3OTg=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/1659798?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/eye8',\n", + " 'html_url': 'https://github.com/eye8',\n", + " 'followers_url': 'https://api.github.com/users/eye8/followers',\n", + " 'following_url': 'https://api.github.com/users/eye8/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/eye8/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/eye8/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/eye8/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/eye8/orgs',\n", + " 'repos_url': 'https://api.github.com/users/eye8/repos',\n", + " 'events_url': 'https://api.github.com/users/eye8/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/eye8/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/46ebf45b02631c31185c8079010933fb03ccaf4f'}]},\n", + " {'sha': '5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OjVlMmM3NWQ5NDFjMzUwY2Y4N2Y5Nzk2NmVmZTlhNGIwMmJlYjU1YmQ=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:21:03Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:21:03Z'},\n", + " 'message': \"Merge branch 'master' of https://github.com/ironhack-labs/data-labs\",\n", + " 'tree': {'sha': '4c715f71aca4dabd037b49c49d323b80def74553',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/4c715f71aca4dabd037b49c49d323b80def74553'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/5e2c75d941c350cf87f97966efe9a4b02beb55bd',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/5e2c75d941c350cf87f97966efe9a4b02beb55bd/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': 'c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/c42c3443ac28336498b6adb3f52d673967b49a28'},\n", + " {'sha': '46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/46ebf45b02631c31185c8079010933fb03ccaf4f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/46ebf45b02631c31185c8079010933fb03ccaf4f'}]},\n", + " {'sha': 'c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'node_id': 'MDY6Q29tbWl0MTUzNzIwODA0OmM0MmMzNDQzYWMyODMzNjQ5OGI2YWRiM2Y1MmQ2NzM5NjdiNDlhMjg=',\n", + " 'commit': {'author': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:20:54Z'},\n", + " 'committer': {'name': 'Michal Monselise',\n", + " 'email': 'michal.monselise@gmail.com',\n", + " 'date': '2019-01-05T02:20:54Z'},\n", + " 'message': 'map reduce filter lab',\n", + " 'tree': {'sha': '623cddfe08ad1d4529c22df3cc46465f3d982ea2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees/623cddfe08ad1d4529c22df3cc46465f3d982ea2'},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'comment_count': 0,\n", + " 'verification': {'verified': False,\n", + " 'reason': 'unsigned',\n", + " 'signature': None,\n", + " 'payload': None}},\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/c42c3443ac28336498b6adb3f52d673967b49a28',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/c42c3443ac28336498b6adb3f52d673967b49a28/comments',\n", + " 'author': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'committer': {'login': 'michalmonselise',\n", + " 'id': 7342857,\n", + " 'node_id': 'MDQ6VXNlcjczNDI4NTc=',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/7342857?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/michalmonselise',\n", + " 'html_url': 'https://github.com/michalmonselise',\n", + " 'followers_url': 'https://api.github.com/users/michalmonselise/followers',\n", + " 'following_url': 'https://api.github.com/users/michalmonselise/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/michalmonselise/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/michalmonselise/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/michalmonselise/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/michalmonselise/orgs',\n", + " 'repos_url': 'https://api.github.com/users/michalmonselise/repos',\n", + " 'events_url': 'https://api.github.com/users/michalmonselise/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/michalmonselise/received_events',\n", + " 'type': 'User',\n", + " 'site_admin': False},\n", + " 'parents': [{'sha': '77a129075dc0e332124de8b4c2d070a5ef691d2f',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits/77a129075dc0e332124de8b4c2d070a5ef691d2f',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018/commit/77a129075dc0e332124de8b4c2d070a5ef691d2f'}]}]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import requests\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018/commits\")\n", + "data=busqueda.json()\n", + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "35a11a2e", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "commmits ultima semana= 0\n" + ] + } + ], + "source": [ + "lista=[dictio for dictio in data if ( dictio[\"commit\"][\"author\"]['date'][0:7]==\"2021-11\" and int(dictio[\"commit\"][\"author\"]['date'][8:10])< 17 and int(dictio[\"commit\"][\"author\"]['date'][8:10])>9) ]\n", + "commits=len(lista)\n", + "print(\"commmits ultima semana=\",commits)\n", + "#No hay commits resientes" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/challenge 3.ipynb b/your-code/challenge 3.ipynb new file mode 100644 index 0000000..5e34353 --- /dev/null +++ b/your-code/challenge 3.ipynb @@ -0,0 +1,1845 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "a344b90b", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import base64\n", + "busqueda=requests.get(\"https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/master?recursive=1\")\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "3f6c5cb4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'sha': '9308ccc8a4c34c5e3a991ee815222a9691c32476',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9308ccc8a4c34c5e3a991ee815222a9691c32476',\n", + " 'tree': [{'path': '.gitignore',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf'},\n", + " {'path': '15024',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '2945e51c87ad5da893c954afcf092f06343bbb7d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/2945e51c87ad5da893c954afcf092f06343bbb7d'},\n", + " {'path': '15024/.0006.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '15024/40',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/74',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/99',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5af6f2a7287e4191f39e55693fc1e9c8918d1d3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5af6f2a7287e4191f39e55693fc1e9c8918d1d3a'},\n", + " {'path': '15534/.0008.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '15534/.0012.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235'},\n", + " {'path': '15534/2',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534/98',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '9c49f920aa4d9433fa99a5824128f0e6b90ec5f2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9c49f920aa4d9433fa99a5824128f0e6b90ec5f2'},\n", + " {'path': '17020/.0007.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '17020/46',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020/97',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c488d7f64088c852e22067d48fdc64ee3670f3ba',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c488d7f64088c852e22067d48fdc64ee3670f3ba'},\n", + " {'path': '30351/.0021.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7'},\n", + " {'path': '30351/22',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351/96',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '30193d9cf62b07bcbb6366513ff03596861f2d29',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/30193d9cf62b07bcbb6366513ff03596861f2d29'},\n", + " {'path': '40303/.0022.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812'},\n", + " {'path': '40303/51',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303/65',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '22fc3d5c2db80822c351edb2248f3491c8ebda86',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/22fc3d5c2db80822c351edb2248f3491c8ebda86'},\n", + " {'path': '44639/.0005.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '44639/76',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639/91',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '6a4a88cd9084110c8646c3cfd84dfe96b300a4a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/6a4a88cd9084110c8646c3cfd84dfe96b300a4a7'},\n", + " {'path': '45525/.0018.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2'},\n", + " {'path': '45525/67',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525/90',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c7001604cdadc2fe7b82e0f6996690718cac6941',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c7001604cdadc2fe7b82e0f6996690718cac6941'},\n", + " {'path': '47222/.0016.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '47222/.0024.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94'},\n", + " {'path': '47222/7',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222/89',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f84882ad7560fd2b8c6a0867bc707ce9009ef288',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f84882ad7560fd2b8c6a0867bc707ce9009ef288'},\n", + " {'path': '47830/.0010.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0'},\n", + " {'path': '47830/66',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830/85',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '46bc658c09589d9023246b00e848ce97d30d4989',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/46bc658c09589d9023246b00e848ce97d30d4989'},\n", + " {'path': '49418/.0014.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '49418/30',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/38',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/84',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'e47a7a35a19f80694587330c57d94e28d3b4c054',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/e47a7a35a19f80694587330c57d94e28d3b4c054'},\n", + " {'path': '50896/.0011.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420'},\n", + " {'path': '50896/4',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896/83',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '636fa555a2ee752759144a268fd860feb2b6fd2d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/636fa555a2ee752759144a268fd860feb2b6fd2d'},\n", + " {'path': '55417/.0023.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60'},\n", + " {'path': '55417/14',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417/82',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a00a8148a88287508a867616d7063786d3d5d4ff',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a00a8148a88287508a867616d7063786d3d5d4ff'},\n", + " {'path': '55685/.0020.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90'},\n", + " {'path': '55685/5',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685/81',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b'},\n", + " {'path': '60224/.0003.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f'},\n", + " {'path': '60224/1',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224/80',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '88b159d6f73378e6968bb35ccfd8e3ad0cc462d2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/88b159d6f73378e6968bb35ccfd8e3ad0cc462d2'},\n", + " {'path': '64880/3',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/57',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/79',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0230fa6fa1ccf49ab976fbbfc9eb838094779785',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0230fa6fa1ccf49ab976fbbfc9eb838094779785'},\n", + " {'path': '66032/28',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/47',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/77',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'ed2f90be6835e7e74c283aedba1942b788754d32',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/ed2f90be6835e7e74c283aedba1942b788754d32'},\n", + " {'path': '68848/.0004.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634'},\n", + " {'path': '68848/16',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848/75',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a5d9391003b67cecf3c336398ec38cfa75a689b7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a5d9391003b67cecf3c336398ec38cfa75a689b7'},\n", + " {'path': '70751/.0019.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9'},\n", + " {'path': '70751/18',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/44',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/68',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'd1a654c5811f52ec8a101652b0a04367644eab99',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/d1a654c5811f52ec8a101652b0a04367644eab99'},\n", + " {'path': '70985/.0017.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '70985/11',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985/59',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f294d2a0e55a4bab12625a7f709b44450a5e4648',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f294d2a0e55a4bab12625a7f709b44450a5e4648'},\n", + " {'path': '88596/.0002.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219'},\n", + " {'path': '88596/12',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/32',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/55',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5'},\n", + " {'path': '89046/64',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/70',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/73',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '79c94a4032a927b2af52cc6da4ce27eb2abbf55e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/79c94a4032a927b2af52cc6da4ce27eb2abbf55e'},\n", + " {'path': '89338/.0013.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '89338/35',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/43',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/8',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0ad19115f0b56c3cd10cb7e077140c201b527301',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0ad19115f0b56c3cd10cb7e077140c201b527301'},\n", + " {'path': '91701/.0015.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '91701/33',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701/39',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c369c43c17ec44cc3e66dd27f8e557f9d15d40f4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c369c43c17ec44cc3e66dd27f8e557f9d15d40f4'},\n", + " {'path': '97881/.0009.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '97881/26',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/36',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/71',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'cdc23915e0a5179127458431986ba3750840a924',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/cdc23915e0a5179127458431986ba3750840a924'},\n", + " {'path': '98750/.0001.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173'},\n", + " {'path': '98750/20',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750/62',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'}],\n", + " 'truncated': False}" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data=busqueda.json()\n", + "data" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "8427ab66", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "dict_keys(['sha', 'url', 'tree', 'truncated'])" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.keys()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "dfeda16d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '.gitignore',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf'},\n", + " {'path': '15024',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '2945e51c87ad5da893c954afcf092f06343bbb7d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/2945e51c87ad5da893c954afcf092f06343bbb7d'},\n", + " {'path': '15024/.0006.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '15024/40',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/74',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15024/99',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5af6f2a7287e4191f39e55693fc1e9c8918d1d3a',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5af6f2a7287e4191f39e55693fc1e9c8918d1d3a'},\n", + " {'path': '15534/.0008.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '15534/.0012.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235'},\n", + " {'path': '15534/2',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '15534/98',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '9c49f920aa4d9433fa99a5824128f0e6b90ec5f2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/9c49f920aa4d9433fa99a5824128f0e6b90ec5f2'},\n", + " {'path': '17020/.0007.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '17020/46',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '17020/97',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c488d7f64088c852e22067d48fdc64ee3670f3ba',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c488d7f64088c852e22067d48fdc64ee3670f3ba'},\n", + " {'path': '30351/.0021.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7'},\n", + " {'path': '30351/22',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '30351/96',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '30193d9cf62b07bcbb6366513ff03596861f2d29',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/30193d9cf62b07bcbb6366513ff03596861f2d29'},\n", + " {'path': '40303/.0022.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812'},\n", + " {'path': '40303/51',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '40303/65',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '22fc3d5c2db80822c351edb2248f3491c8ebda86',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/22fc3d5c2db80822c351edb2248f3491c8ebda86'},\n", + " {'path': '44639/.0005.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '44639/76',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '44639/91',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '6a4a88cd9084110c8646c3cfd84dfe96b300a4a7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/6a4a88cd9084110c8646c3cfd84dfe96b300a4a7'},\n", + " {'path': '45525/.0018.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2'},\n", + " {'path': '45525/67',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '45525/90',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c7001604cdadc2fe7b82e0f6996690718cac6941',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c7001604cdadc2fe7b82e0f6996690718cac6941'},\n", + " {'path': '47222/.0016.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '47222/.0024.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94'},\n", + " {'path': '47222/7',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47222/89',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f84882ad7560fd2b8c6a0867bc707ce9009ef288',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f84882ad7560fd2b8c6a0867bc707ce9009ef288'},\n", + " {'path': '47830/.0010.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0'},\n", + " {'path': '47830/66',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '47830/85',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '46bc658c09589d9023246b00e848ce97d30d4989',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/46bc658c09589d9023246b00e848ce97d30d4989'},\n", + " {'path': '49418/.0014.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b'},\n", + " {'path': '49418/30',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/38',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '49418/84',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'e47a7a35a19f80694587330c57d94e28d3b4c054',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/e47a7a35a19f80694587330c57d94e28d3b4c054'},\n", + " {'path': '50896/.0011.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420'},\n", + " {'path': '50896/4',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '50896/83',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '636fa555a2ee752759144a268fd860feb2b6fd2d',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/636fa555a2ee752759144a268fd860feb2b6fd2d'},\n", + " {'path': '55417/.0023.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60'},\n", + " {'path': '55417/14',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55417/82',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a00a8148a88287508a867616d7063786d3d5d4ff',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a00a8148a88287508a867616d7063786d3d5d4ff'},\n", + " {'path': '55685/.0020.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90'},\n", + " {'path': '55685/5',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '55685/81',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/28d70fba98bfacfaa5e5544b2eff6b61c9e8f57b'},\n", + " {'path': '60224/.0003.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f'},\n", + " {'path': '60224/1',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '60224/80',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '88b159d6f73378e6968bb35ccfd8e3ad0cc462d2',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/88b159d6f73378e6968bb35ccfd8e3ad0cc462d2'},\n", + " {'path': '64880/3',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/57',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '64880/79',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0230fa6fa1ccf49ab976fbbfc9eb838094779785',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0230fa6fa1ccf49ab976fbbfc9eb838094779785'},\n", + " {'path': '66032/28',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/47',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '66032/77',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'ed2f90be6835e7e74c283aedba1942b788754d32',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/ed2f90be6835e7e74c283aedba1942b788754d32'},\n", + " {'path': '68848/.0004.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634'},\n", + " {'path': '68848/16',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '68848/75',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'a5d9391003b67cecf3c336398ec38cfa75a689b7',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/a5d9391003b67cecf3c336398ec38cfa75a689b7'},\n", + " {'path': '70751/.0019.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9'},\n", + " {'path': '70751/18',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/44',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70751/68',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'd1a654c5811f52ec8a101652b0a04367644eab99',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/d1a654c5811f52ec8a101652b0a04367644eab99'},\n", + " {'path': '70985/.0017.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32'},\n", + " {'path': '70985/11',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '70985/59',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'f294d2a0e55a4bab12625a7f709b44450a5e4648',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/f294d2a0e55a4bab12625a7f709b44450a5e4648'},\n", + " {'path': '88596/.0002.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219'},\n", + " {'path': '88596/12',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/32',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '88596/55',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/5f3ef5f14cf72bbe03a24b69777ba02f19a3adb5'},\n", + " {'path': '89046/64',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/70',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89046/73',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '79c94a4032a927b2af52cc6da4ce27eb2abbf55e',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/79c94a4032a927b2af52cc6da4ce27eb2abbf55e'},\n", + " {'path': '89338/.0013.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de'},\n", + " {'path': '89338/35',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/43',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '89338/8',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': '0ad19115f0b56c3cd10cb7e077140c201b527301',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/0ad19115f0b56c3cd10cb7e077140c201b527301'},\n", + " {'path': '91701/.0015.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff'},\n", + " {'path': '91701/33',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '91701/39',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'c369c43c17ec44cc3e66dd27f8e557f9d15d40f4',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/c369c43c17ec44cc3e66dd27f8e557f9d15d40f4'},\n", + " {'path': '97881/.0009.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0'},\n", + " {'path': '97881/26',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/36',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '97881/71',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750',\n", + " 'mode': '040000',\n", + " 'type': 'tree',\n", + " 'sha': 'cdc23915e0a5179127458431986ba3750840a924',\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/trees/cdc23915e0a5179127458431986ba3750840a924'},\n", + " {'path': '98750/.0001.scavengerhunt',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173'},\n", + " {'path': '98750/20',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'},\n", + " {'path': '98750/62',\n", + " 'mode': '100644',\n", + " 'type': 'blob',\n", + " 'sha': 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391',\n", + " 'size': 0,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e69de29bb2d1d6434b8b29ae775ad8c2e48c5391'}]" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data[\"tree\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "d01a59db", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['15024/.0006.scavengerhunt',\n", + " '15534/.0008.scavengerhunt',\n", + " '15534/.0012.scavengerhunt',\n", + " '17020/.0007.scavengerhunt',\n", + " '30351/.0021.scavengerhunt',\n", + " '40303/.0022.scavengerhunt',\n", + " '44639/.0005.scavengerhunt',\n", + " '45525/.0018.scavengerhunt',\n", + " '47222/.0016.scavengerhunt',\n", + " '47222/.0024.scavengerhunt',\n", + " '47830/.0010.scavengerhunt',\n", + " '49418/.0014.scavengerhunt',\n", + " '50896/.0011.scavengerhunt',\n", + " '55417/.0023.scavengerhunt',\n", + " '55685/.0020.scavengerhunt',\n", + " '60224/.0003.scavengerhunt',\n", + " '68848/.0004.scavengerhunt',\n", + " '70751/.0019.scavengerhunt',\n", + " '70985/.0017.scavengerhunt',\n", + " '88596/.0002.scavengerhunt',\n", + " '89338/.0013.scavengerhunt',\n", + " '91701/.0015.scavengerhunt',\n", + " '97881/.0009.scavengerhunt',\n", + " '98750/.0001.scavengerhunt']" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lista=[]\n", + "for i in range(len(data[\"tree\"])):\n", + " file=data[\"tree\"][i]\n", + " if file[\"path\"].endswith(\".scavengerhunt\"):\n", + " lista.append((file[\"path\"]))\n", + "lista" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "f88f7c48", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['98750/.0001.scavengerhunt',\n", + " '88596/.0002.scavengerhunt',\n", + " '60224/.0003.scavengerhunt',\n", + " '68848/.0004.scavengerhunt',\n", + " '44639/.0005.scavengerhunt',\n", + " '15024/.0006.scavengerhunt',\n", + " '17020/.0007.scavengerhunt',\n", + " '15534/.0008.scavengerhunt',\n", + " '97881/.0009.scavengerhunt',\n", + " '47830/.0010.scavengerhunt',\n", + " '50896/.0011.scavengerhunt',\n", + " '15534/.0012.scavengerhunt',\n", + " '89338/.0013.scavengerhunt',\n", + " '49418/.0014.scavengerhunt',\n", + " '91701/.0015.scavengerhunt',\n", + " '47222/.0016.scavengerhunt',\n", + " '70985/.0017.scavengerhunt',\n", + " '45525/.0018.scavengerhunt',\n", + " '70751/.0019.scavengerhunt',\n", + " '55685/.0020.scavengerhunt',\n", + " '30351/.0021.scavengerhunt',\n", + " '40303/.0022.scavengerhunt',\n", + " '55417/.0023.scavengerhunt',\n", + " '47222/.0024.scavengerhunt']" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lista1=sorted(lista, key=lambda string:int(string[9:11]))\n", + "lista1" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "7d4410fa", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'name': '.0001.scavengerhunt',\n", + " 'path': '98750/.0001.scavengerhunt',\n", + " 'sha': '2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/98750/.0001.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/98750/.0001.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/98750/.0001.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'SW4K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/98750/.0001.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/2add7632f1323136324efbf38ec66db1838b6173',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/98750/.0001.scavengerhunt'}},\n", + " {'name': '.0002.scavengerhunt',\n", + " 'path': '88596/.0002.scavengerhunt',\n", + " 'sha': '1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/88596/.0002.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/88596/.0002.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/88596/.0002.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/88596/.0002.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1269488f7fb1f4b56a8c0e5eb48cecbfadfa9219',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/88596/.0002.scavengerhunt'}},\n", + " {'name': '.0003.scavengerhunt',\n", + " 'path': '60224/.0003.scavengerhunt',\n", + " 'sha': 'ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'size': 9,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/60224/.0003.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/60224/.0003.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/60224/.0003.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c2NpZW5jZSwK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/60224/.0003.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/ba524d7abc4b3a0c0995eb85c9eef470e9e7172f',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/60224/.0003.scavengerhunt'}},\n", + " {'name': '.0004.scavengerhunt',\n", + " 'path': '68848/.0004.scavengerhunt',\n", + " 'sha': 'd15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/68848/.0004.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/68848/.0004.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/68848/.0004.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ODAK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/68848/.0004.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/d15a2cc44e31b14c65264271b81072e5ba0e1634',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/68848/.0004.scavengerhunt'}},\n", + " {'name': '.0005.scavengerhunt',\n", + " 'path': '44639/.0005.scavengerhunt',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/44639/.0005.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/44639/.0005.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/44639/.0005.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cGVyY2VudAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/44639/.0005.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/44639/.0005.scavengerhunt'}},\n", + " {'name': '.0006.scavengerhunt',\n", + " 'path': '15024/.0006.scavengerhunt',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15024/.0006.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15024/.0006.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15024/.0006.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'b2YK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15024/.0006.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15024/.0006.scavengerhunt'}},\n", + " {'name': '.0007.scavengerhunt',\n", + " 'path': '17020/.0007.scavengerhunt',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/17020/.0007.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/17020/.0007.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/17020/.0007.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGltZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/17020/.0007.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/17020/.0007.scavengerhunt'}},\n", + " {'name': '.0008.scavengerhunt',\n", + " 'path': '15534/.0008.scavengerhunt',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0008.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0008.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15534/.0008.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c3BlbnQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0008.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0008.scavengerhunt'}},\n", + " {'name': '.0009.scavengerhunt',\n", + " 'path': '97881/.0009.scavengerhunt',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/97881/.0009.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/97881/.0009.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/97881/.0009.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'aXMK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/97881/.0009.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/97881/.0009.scavengerhunt'}},\n", + " {'name': '.0010.scavengerhunt',\n", + " 'path': '47830/.0010.scavengerhunt',\n", + " 'sha': 'c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'size': 10,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47830/.0010.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47830/.0010.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47830/.0010.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cHJlcGFyaW5nCg==\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47830/.0010.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/c1187c4badc9be6990570cef850fc87dcf3523b0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47830/.0010.scavengerhunt'}},\n", + " {'name': '.0011.scavengerhunt',\n", + " 'path': '50896/.0011.scavengerhunt',\n", + " 'sha': '1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/50896/.0011.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/50896/.0011.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/50896/.0011.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YSwK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/50896/.0011.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1a00a70b240d8947af0aaa04f1a93a52c72f7420',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/50896/.0011.scavengerhunt'}},\n", + " {'name': '.0012.scavengerhunt',\n", + " 'path': '15534/.0012.scavengerhunt',\n", + " 'sha': '209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0012.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0012.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/15534/.0012.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'MjAK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/15534/.0012.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/209e3ef4b6247ce746048d5711befda46206d235',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/15534/.0012.scavengerhunt'}},\n", + " {'name': '.0013.scavengerhunt',\n", + " 'path': '89338/.0013.scavengerhunt',\n", + " 'sha': '3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/89338/.0013.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/89338/.0013.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/89338/.0013.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cGVyY2VudAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/89338/.0013.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/3aaf448b40f878cf3067e2323616143bdde600de',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/89338/.0013.scavengerhunt'}},\n", + " {'name': '.0014.scavengerhunt',\n", + " 'path': '49418/.0014.scavengerhunt',\n", + " 'sha': '1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/49418/.0014.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/49418/.0014.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/49418/.0014.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'b2YK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/49418/.0014.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/1c9064284a24b3486015eafdb391b141c27ada2b',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/49418/.0014.scavengerhunt'}},\n", + " {'name': '.0015.scavengerhunt',\n", + " 'path': '91701/.0015.scavengerhunt',\n", + " 'sha': '6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/91701/.0015.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/91701/.0015.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/91701/.0015.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGltZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/91701/.0015.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/6abb415e0ae3450be0f323113bcca2af195ebbff',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/91701/.0015.scavengerhunt'}},\n", + " {'name': '.0016.scavengerhunt',\n", + " 'path': '47222/.0016.scavengerhunt',\n", + " 'sha': 'f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0016.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0016.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47222/.0016.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'aXMK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0016.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/f5cb13223fdc1b11f4cfbbe1694f533b3c579fa0',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0016.scavengerhunt'}},\n", + " {'name': '.0017.scavengerhunt',\n", + " 'path': '70985/.0017.scavengerhunt',\n", + " 'sha': 'e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70985/.0017.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70985/.0017.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/70985/.0017.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'c3BlbnQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70985/.0017.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/e351fb73264581ce26504b97ef07daea35116f32',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70985/.0017.scavengerhunt'}},\n", + " {'name': '.0018.scavengerhunt',\n", + " 'path': '45525/.0018.scavengerhunt',\n", + " 'sha': '397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'size': 12,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/45525/.0018.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/45525/.0018.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/45525/.0018.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'Y29tcGxhaW5pbmcK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/45525/.0018.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/397b22b2dc371e8db59ed327f0b75321e4c0d0f2',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/45525/.0018.scavengerhunt'}},\n", + " {'name': '.0019.scavengerhunt',\n", + " 'path': '70751/.0019.scavengerhunt',\n", + " 'sha': '09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70751/.0019.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70751/.0019.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/70751/.0019.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'YWJvdXQK\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/70751/.0019.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/09e16f36b3c4993ba924b1074629283a49869be9',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/70751/.0019.scavengerhunt'}},\n", + " {'name': '.0020.scavengerhunt',\n", + " 'path': '55685/.0020.scavengerhunt',\n", + " 'sha': '41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'size': 4,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55685/.0020.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55685/.0020.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/55685/.0020.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dGhlCg==\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55685/.0020.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/41d25f51c301c5eee3737998b0d86573e4e91b90',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55685/.0020.scavengerhunt'}},\n", + " {'name': '.0021.scavengerhunt',\n", + " 'path': '30351/.0021.scavengerhunt',\n", + " 'sha': 'fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'size': 5,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/30351/.0021.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/30351/.0021.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/30351/.0021.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'bmVlZAo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/30351/.0021.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/fb828e4a926b0a84fc16111fc0ee3eeec41f0ce7',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/30351/.0021.scavengerhunt'}},\n", + " {'name': '.0022.scavengerhunt',\n", + " 'path': '40303/.0022.scavengerhunt',\n", + " 'sha': 'bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'size': 3,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/40303/.0022.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/40303/.0022.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/40303/.0022.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'dG8K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/40303/.0022.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/bf3efa02f721c40c03a613824e345243a35f6812',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/40303/.0022.scavengerhunt'}},\n", + " {'name': '.0023.scavengerhunt',\n", + " 'path': '55417/.0023.scavengerhunt',\n", + " 'sha': '04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'size': 8,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55417/.0023.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55417/.0023.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/55417/.0023.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'cHJlcGFyZQo=\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/55417/.0023.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/04d0ffb8d895a9e3ee244493e829a24468bd1f60',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/55417/.0023.scavengerhunt'}},\n", + " {'name': '.0024.scavengerhunt',\n", + " 'path': '47222/.0024.scavengerhunt',\n", + " 'sha': '47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'size': 6,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0024.scavengerhunt?ref=master',\n", + " 'html_url': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0024.scavengerhunt',\n", + " 'git_url': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'download_url': 'https://raw.githubusercontent.com/ironhack-datalabs/scavenger/master/47222/.0024.scavengerhunt',\n", + " 'type': 'file',\n", + " 'content': 'ZGF0YS4K\\n',\n", + " 'encoding': 'base64',\n", + " '_links': {'self': 'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/47222/.0024.scavengerhunt?ref=master',\n", + " 'git': 'https://api.github.com/repos/ironhack-datalabs/scavenger/git/blobs/47eb4306e5fec9e051dacabc7039348109784b94',\n", + " 'html': 'https://github.com/ironhack-datalabs/scavenger/blob/master/47222/.0024.scavengerhunt'}}]" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "palabras=[]\n", + "for path in lista1:\n", + " busqueda=requests.get(f\"https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{path}\")\n", + " texto=busqueda.json()\n", + " palabras.append(texto)\n", + "palabras" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "2366669e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'In data science, 80 percent of time spent is preparing data, 20 percent of time is spent complaining about the need to prepare data.'" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "chiste=[(base64.b64decode(palabra[\"content\"].encode('ascii'))).decode('ascii').replace('\\n','')for palabra in palabras]\n", + "\" \".join(chiste)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "28c96985", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}