diff --git a/your-code/.ipynb_checkpoints/scavenger-Copy1-checkpoint.ipynb b/your-code/.ipynb_checkpoints/scavenger-Copy1-checkpoint.ipynb new file mode 100644 index 0000000..55e8dc9 --- /dev/null +++ b/your-code/.ipynb_checkpoints/scavenger-Copy1-checkpoint.ipynb @@ -0,0 +1,2493 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "e179d055", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import re\n", + "from operator import itemgetter" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "d3c368f3", + "metadata": {}, + "outputs": [], + "source": [ + "username = 'rmargain'\n", + "token = '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'" + ] + }, + { + "cell_type": "markdown", + "id": "6d8d1832", + "metadata": {}, + "source": [ + "Challenge 1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "1ab31a91", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'id': 153720804,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3MjA4MDQ=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'ironhack-datalabs/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-datalabs',\n", + " 'id': 44225188,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjQ0MjI1MTg4',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44225188?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-datalabs',\n", + " 'html_url': 'https://github.com/ironhack-datalabs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-datalabs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-datalabs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-datalabs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-datalabs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-datalabs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-datalabs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-datalabs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-datalabs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-datalabs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T03:20:32Z',\n", + " 'updated_at': '2020-10-25T13:17:39Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/ironhack-datalabs/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ironhack-datalabs/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ironhack-datalabs/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ironhack-datalabs/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 7,\n", + " 'watchers_count': 7,\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': 18,\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': 18,\n", + " 'open_issues': 0,\n", + " 'watchers': 7,\n", + " 'default_branch': 'master',\n", + " 'temp_clone_token': None,\n", + " 'organization': {'login': 'ironhack-datalabs',\n", + " 'id': 44225188,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjQ0MjI1MTg4',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44225188?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-datalabs',\n", + " 'html_url': 'https://github.com/ironhack-datalabs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-datalabs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-datalabs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-datalabs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-datalabs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-datalabs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-datalabs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-datalabs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-datalabs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-datalabs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'parent': {'id': 147683540,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDc2ODM1NDA=',\n", + " 'name': 'data-labs',\n", + " 'full_name': 'ironhack-labs/data-labs',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-labs',\n", + " 'id': 25032046,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjI1MDMyMDQ2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25032046?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-labs',\n", + " 'html_url': 'https://github.com/ironhack-labs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-labs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-labs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-labs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-labs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-labs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-labs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-labs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-labs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-labs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'description': None,\n", + " 'fork': False,\n", + " 'url': 'https://api.github.com/repos/ironhack-labs/data-labs',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-labs/data-labs/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-labs/data-labs/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-labs/data-labs/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-labs/data-labs/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-labs/data-labs/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-labs/data-labs/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-labs/data-labs/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-labs/data-labs/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-labs/data-labs/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-labs/data-labs/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-labs/data-labs/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-labs/data-labs/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-labs/data-labs/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-labs/data-labs/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-labs/data-labs/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/deployments',\n", + " 'created_at': '2018-09-06T14:08:59Z',\n", + " 'updated_at': '2021-04-12T07:24:54Z',\n", + " 'pushed_at': '2021-05-14T14:12:54Z',\n", + " 'git_url': 'git://github.com/ironhack-labs/data-labs.git',\n", + " 'ssh_url': 'git@github.com:ironhack-labs/data-labs.git',\n", + " 'clone_url': 'https://github.com/ironhack-labs/data-labs.git',\n", + " 'svn_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'homepage': None,\n", + " 'size': 170695,\n", + " 'stargazers_count': 15,\n", + " 'watchers_count': 15,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': True,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 172,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 28,\n", + " 'license': {'key': 'agpl-3.0',\n", + " 'name': 'GNU Affero General Public License v3.0',\n", + " 'spdx_id': 'AGPL-3.0',\n", + " 'url': 'https://api.github.com/licenses/agpl-3.0',\n", + " 'node_id': 'MDc6TGljZW5zZTE='},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 172,\n", + " 'open_issues': 28,\n", + " 'watchers': 15,\n", + " 'default_branch': 'master'},\n", + " 'source': {'id': 147683540,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDc2ODM1NDA=',\n", + " 'name': 'data-labs',\n", + " 'full_name': 'ironhack-labs/data-labs',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-labs',\n", + " 'id': 25032046,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjI1MDMyMDQ2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25032046?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-labs',\n", + " 'html_url': 'https://github.com/ironhack-labs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-labs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-labs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-labs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-labs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-labs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-labs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-labs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-labs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-labs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'description': None,\n", + " 'fork': False,\n", + " 'url': 'https://api.github.com/repos/ironhack-labs/data-labs',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-labs/data-labs/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-labs/data-labs/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-labs/data-labs/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-labs/data-labs/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-labs/data-labs/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-labs/data-labs/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-labs/data-labs/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-labs/data-labs/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-labs/data-labs/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-labs/data-labs/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-labs/data-labs/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-labs/data-labs/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-labs/data-labs/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-labs/data-labs/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-labs/data-labs/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/deployments',\n", + " 'created_at': '2018-09-06T14:08:59Z',\n", + " 'updated_at': '2021-04-12T07:24:54Z',\n", + " 'pushed_at': '2021-05-14T14:12:54Z',\n", + " 'git_url': 'git://github.com/ironhack-labs/data-labs.git',\n", + " 'ssh_url': 'git@github.com:ironhack-labs/data-labs.git',\n", + " 'clone_url': 'https://github.com/ironhack-labs/data-labs.git',\n", + " 'svn_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'homepage': None,\n", + " 'size': 170695,\n", + " 'stargazers_count': 15,\n", + " 'watchers_count': 15,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': True,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 172,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 28,\n", + " 'license': {'key': 'agpl-3.0',\n", + " 'name': 'GNU Affero General Public License v3.0',\n", + " 'spdx_id': 'AGPL-3.0',\n", + " 'url': 'https://api.github.com/licenses/agpl-3.0',\n", + " 'node_id': 'MDc6TGljZW5zZTE='},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 172,\n", + " 'open_issues': 28,\n", + " 'watchers': 15,\n", + " 'default_branch': 'master'},\n", + " 'network_count': 172,\n", + " 'subscribers_count': 1}" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018')\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "6d240239", + "metadata": { + "scrolled": true + }, + "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": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "fork_url = requests.get(response.json()['forks_url'])\n", + "fork_url.json()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "67247353", + "metadata": { + "scrolled": false + }, + "outputs": [], + "source": [ + "forks_links = [fork['languages_url'] for fork in fork_url.json()]" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "35ddf95d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['HTML', 'Jupyter Notebook', 'Shell', 'Python']" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "languages = set()\n", + "for link in forks_links:\n", + " languages_in_fork = requests.get(link , auth=(username, token))\n", + " langs = list(languages_in_fork.json().keys())\n", + " languages.update(langs)\n", + "languages_final = list(languages)\n", + "languages_final" + ] + }, + { + "cell_type": "markdown", + "id": "8d9a04f3", + "metadata": {}, + "source": [ + "Challenge 2" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "6a52c065", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[]" + ] + }, + "execution_count": 49, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits\n", + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits?since=2021-11-10T00:00:00Z')\n", + "response.json()" + ] + }, + { + "cell_type": "markdown", + "id": "36ad16af", + "metadata": {}, + "source": [ + "Challenge 3" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "0a969525", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "['.gitignore',\n", + " '15024',\n", + " '15534',\n", + " '17020',\n", + " '30351',\n", + " '40303',\n", + " '44639',\n", + " '45525',\n", + " '47222',\n", + " '47830',\n", + " '49418',\n", + " '50896',\n", + " '55417',\n", + " '55685',\n", + " '60224',\n", + " '64880',\n", + " '66032',\n", + " '68848',\n", + " '70751',\n", + " '70985',\n", + " '88596',\n", + " '89046',\n", + " '89338',\n", + " '91701',\n", + " '97881',\n", + " '98750']" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#https://api.github.com/repos/ironhack-datalabs/scavenger/branches{/branch}\n", + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/scavenger/contents/' , auth=(username, token))\n", + "a = response.json()\n", + "paths = []\n", + "for path in a:\n", + " paths.append(path['path'])\n", + "paths" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "f6e6a9dd", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "['15024',\n", + " '15534',\n", + " '17020',\n", + " '30351',\n", + " '40303',\n", + " '44639',\n", + " '45525',\n", + " '47222',\n", + " '47830',\n", + " '49418',\n", + " '50896',\n", + " '55417',\n", + " '55685',\n", + " '60224',\n", + " '64880',\n", + " '66032',\n", + " '68848',\n", + " '70751',\n", + " '70985',\n", + " '88596',\n", + " '89046',\n", + " '89338',\n", + " '91701',\n", + " '97881',\n", + " '98750']" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "final_paths = paths[1:]\n", + "final_paths" + ] + }, + { + "cell_type": "code", + "execution_count": 116, + "id": "543c4099", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '15024', 'element': '.0006.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0008.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0012.scavengerhunt'},\n", + " {'path': '17020', 'element': '.0007.scavengerhunt'},\n", + " {'path': '30351', 'element': '.0021.scavengerhunt'},\n", + " {'path': '40303', 'element': '.0022.scavengerhunt'},\n", + " {'path': '44639', 'element': '.0005.scavengerhunt'},\n", + " {'path': '45525', 'element': '.0018.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0016.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0024.scavengerhunt'},\n", + " {'path': '47830', 'element': '.0010.scavengerhunt'},\n", + " {'path': '49418', 'element': '.0014.scavengerhunt'},\n", + " {'path': '50896', 'element': '.0011.scavengerhunt'},\n", + " {'path': '55417', 'element': '.0023.scavengerhunt'},\n", + " {'path': '55685', 'element': '.0020.scavengerhunt'},\n", + " {'path': '60224', 'element': '.0003.scavengerhunt'},\n", + " {'path': '68848', 'element': '.0004.scavengerhunt'},\n", + " {'path': '70751', 'element': '.0019.scavengerhunt'},\n", + " {'path': '70985', 'element': '.0017.scavengerhunt'},\n", + " {'path': '88596', 'element': '.0002.scavengerhunt'},\n", + " {'path': '89338', 'element': '.0013.scavengerhunt'},\n", + " {'path': '91701', 'element': '.0015.scavengerhunt'},\n", + " {'path': '97881', 'element': '.0009.scavengerhunt'},\n", + " {'path': '98750', 'element': '.0001.scavengerhunt'}]" + ] + }, + "execution_count": 116, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "eggs = []\n", + "for path in final_paths:\n", + " response = requests.get(f'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{path}', auth=(username, token))\n", + " a = response.json()\n", + " pattern = '\\.\\d{4}\\.scavengerhunt'\n", + " for element in a:\n", + " if (re.match(pattern, element['name'])):\n", + " eggs.append({\"path\": path, \"element\": element['name']})\n", + "eggs" + ] + }, + { + "cell_type": "code", + "execution_count": 118, + "id": "b00f13d0", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '98750', 'element': '.0001.scavengerhunt'},\n", + " {'path': '88596', 'element': '.0002.scavengerhunt'},\n", + " {'path': '60224', 'element': '.0003.scavengerhunt'},\n", + " {'path': '68848', 'element': '.0004.scavengerhunt'},\n", + " {'path': '44639', 'element': '.0005.scavengerhunt'},\n", + " {'path': '15024', 'element': '.0006.scavengerhunt'},\n", + " {'path': '17020', 'element': '.0007.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0008.scavengerhunt'},\n", + " {'path': '97881', 'element': '.0009.scavengerhunt'},\n", + " {'path': '47830', 'element': '.0010.scavengerhunt'},\n", + " {'path': '50896', 'element': '.0011.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0012.scavengerhunt'},\n", + " {'path': '89338', 'element': '.0013.scavengerhunt'},\n", + " {'path': '49418', 'element': '.0014.scavengerhunt'},\n", + " {'path': '91701', 'element': '.0015.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0016.scavengerhunt'},\n", + " {'path': '70985', 'element': '.0017.scavengerhunt'},\n", + " {'path': '45525', 'element': '.0018.scavengerhunt'},\n", + " {'path': '70751', 'element': '.0019.scavengerhunt'},\n", + " {'path': '55685', 'element': '.0020.scavengerhunt'},\n", + " {'path': '30351', 'element': '.0021.scavengerhunt'},\n", + " {'path': '40303', 'element': '.0022.scavengerhunt'},\n", + " {'path': '55417', 'element': '.0023.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0024.scavengerhunt'}]" + ] + }, + "execution_count": 118, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "new_eggs = sorted(eggs, key=itemgetter('element'))\n", + "new_eggs" + ] + }, + { + "cell_type": "code", + "execution_count": 119, + "id": "b6201a1d", + "metadata": { + "scrolled": false + }, + "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": 119, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import base64\n", + "text= ''\n", + "for file in new_eggs:\n", + " response = requests.get(f\"https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{file['path']}/{file['element']}\")\n", + " a = response.json()\n", + " aa = base64.b64decode(a['content'])\n", + " aaa = aa.decode('utf-8')\n", + " aaaa = aaa.replace('\\n', '')\n", + " text+= f'{aaaa} '\n", + "text" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e193a910", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/your-code/scavenger-Copy1.ipynb b/your-code/scavenger-Copy1.ipynb new file mode 100644 index 0000000..ff40831 --- /dev/null +++ b/your-code/scavenger-Copy1.ipynb @@ -0,0 +1,2493 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "e179d055", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import re\n", + "from operator import itemgetter" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d3c368f3", + "metadata": {}, + "outputs": [], + "source": [ + "username = 'rmargain'\n", + "token = ''" + ] + }, + { + "cell_type": "markdown", + "id": "6d8d1832", + "metadata": {}, + "source": [ + "Challenge 1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "1ab31a91", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'id': 153720804,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTM3MjA4MDQ=',\n", + " 'name': 'mad-oct-2018',\n", + " 'full_name': 'ironhack-datalabs/mad-oct-2018',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-datalabs',\n", + " 'id': 44225188,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjQ0MjI1MTg4',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44225188?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-datalabs',\n", + " 'html_url': 'https://github.com/ironhack-datalabs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-datalabs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-datalabs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-datalabs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-datalabs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-datalabs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-datalabs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-datalabs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-datalabs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-datalabs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-datalabs/mad-oct-2018',\n", + " 'description': 'Student labs for Ironhack data analytics bootcamp',\n", + " 'fork': True,\n", + " 'url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/deployments',\n", + " 'created_at': '2018-10-19T03:20:32Z',\n", + " 'updated_at': '2020-10-25T13:17:39Z',\n", + " 'pushed_at': '2019-08-19T11:16:55Z',\n", + " 'git_url': 'git://github.com/ironhack-datalabs/mad-oct-2018.git',\n", + " 'ssh_url': 'git@github.com:ironhack-datalabs/mad-oct-2018.git',\n", + " 'clone_url': 'https://github.com/ironhack-datalabs/mad-oct-2018.git',\n", + " 'svn_url': 'https://github.com/ironhack-datalabs/mad-oct-2018',\n", + " 'homepage': '',\n", + " 'size': 116995,\n", + " 'stargazers_count': 7,\n", + " 'watchers_count': 7,\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': 18,\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': 18,\n", + " 'open_issues': 0,\n", + " 'watchers': 7,\n", + " 'default_branch': 'master',\n", + " 'temp_clone_token': None,\n", + " 'organization': {'login': 'ironhack-datalabs',\n", + " 'id': 44225188,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjQ0MjI1MTg4',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/44225188?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-datalabs',\n", + " 'html_url': 'https://github.com/ironhack-datalabs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-datalabs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-datalabs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-datalabs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-datalabs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-datalabs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-datalabs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-datalabs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-datalabs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-datalabs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'parent': {'id': 147683540,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDc2ODM1NDA=',\n", + " 'name': 'data-labs',\n", + " 'full_name': 'ironhack-labs/data-labs',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-labs',\n", + " 'id': 25032046,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjI1MDMyMDQ2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25032046?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-labs',\n", + " 'html_url': 'https://github.com/ironhack-labs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-labs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-labs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-labs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-labs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-labs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-labs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-labs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-labs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-labs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'description': None,\n", + " 'fork': False,\n", + " 'url': 'https://api.github.com/repos/ironhack-labs/data-labs',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-labs/data-labs/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-labs/data-labs/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-labs/data-labs/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-labs/data-labs/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-labs/data-labs/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-labs/data-labs/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-labs/data-labs/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-labs/data-labs/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-labs/data-labs/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-labs/data-labs/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-labs/data-labs/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-labs/data-labs/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-labs/data-labs/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-labs/data-labs/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-labs/data-labs/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/deployments',\n", + " 'created_at': '2018-09-06T14:08:59Z',\n", + " 'updated_at': '2021-04-12T07:24:54Z',\n", + " 'pushed_at': '2021-05-14T14:12:54Z',\n", + " 'git_url': 'git://github.com/ironhack-labs/data-labs.git',\n", + " 'ssh_url': 'git@github.com:ironhack-labs/data-labs.git',\n", + " 'clone_url': 'https://github.com/ironhack-labs/data-labs.git',\n", + " 'svn_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'homepage': None,\n", + " 'size': 170695,\n", + " 'stargazers_count': 15,\n", + " 'watchers_count': 15,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': True,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 172,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 28,\n", + " 'license': {'key': 'agpl-3.0',\n", + " 'name': 'GNU Affero General Public License v3.0',\n", + " 'spdx_id': 'AGPL-3.0',\n", + " 'url': 'https://api.github.com/licenses/agpl-3.0',\n", + " 'node_id': 'MDc6TGljZW5zZTE='},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 172,\n", + " 'open_issues': 28,\n", + " 'watchers': 15,\n", + " 'default_branch': 'master'},\n", + " 'source': {'id': 147683540,\n", + " 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDc2ODM1NDA=',\n", + " 'name': 'data-labs',\n", + " 'full_name': 'ironhack-labs/data-labs',\n", + " 'private': False,\n", + " 'owner': {'login': 'ironhack-labs',\n", + " 'id': 25032046,\n", + " 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjI1MDMyMDQ2',\n", + " 'avatar_url': 'https://avatars.githubusercontent.com/u/25032046?v=4',\n", + " 'gravatar_id': '',\n", + " 'url': 'https://api.github.com/users/ironhack-labs',\n", + " 'html_url': 'https://github.com/ironhack-labs',\n", + " 'followers_url': 'https://api.github.com/users/ironhack-labs/followers',\n", + " 'following_url': 'https://api.github.com/users/ironhack-labs/following{/other_user}',\n", + " 'gists_url': 'https://api.github.com/users/ironhack-labs/gists{/gist_id}',\n", + " 'starred_url': 'https://api.github.com/users/ironhack-labs/starred{/owner}{/repo}',\n", + " 'subscriptions_url': 'https://api.github.com/users/ironhack-labs/subscriptions',\n", + " 'organizations_url': 'https://api.github.com/users/ironhack-labs/orgs',\n", + " 'repos_url': 'https://api.github.com/users/ironhack-labs/repos',\n", + " 'events_url': 'https://api.github.com/users/ironhack-labs/events{/privacy}',\n", + " 'received_events_url': 'https://api.github.com/users/ironhack-labs/received_events',\n", + " 'type': 'Organization',\n", + " 'site_admin': False},\n", + " 'html_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'description': None,\n", + " 'fork': False,\n", + " 'url': 'https://api.github.com/repos/ironhack-labs/data-labs',\n", + " 'forks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/forks',\n", + " 'keys_url': 'https://api.github.com/repos/ironhack-labs/data-labs/keys{/key_id}',\n", + " 'collaborators_url': 'https://api.github.com/repos/ironhack-labs/data-labs/collaborators{/collaborator}',\n", + " 'teams_url': 'https://api.github.com/repos/ironhack-labs/data-labs/teams',\n", + " 'hooks_url': 'https://api.github.com/repos/ironhack-labs/data-labs/hooks',\n", + " 'issue_events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/events{/number}',\n", + " 'events_url': 'https://api.github.com/repos/ironhack-labs/data-labs/events',\n", + " 'assignees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/assignees{/user}',\n", + " 'branches_url': 'https://api.github.com/repos/ironhack-labs/data-labs/branches{/branch}',\n", + " 'tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/tags',\n", + " 'blobs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/blobs{/sha}',\n", + " 'git_tags_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/tags{/sha}',\n", + " 'git_refs_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/refs{/sha}',\n", + " 'trees_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/trees{/sha}',\n", + " 'statuses_url': 'https://api.github.com/repos/ironhack-labs/data-labs/statuses/{sha}',\n", + " 'languages_url': 'https://api.github.com/repos/ironhack-labs/data-labs/languages',\n", + " 'stargazers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/stargazers',\n", + " 'contributors_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contributors',\n", + " 'subscribers_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscribers',\n", + " 'subscription_url': 'https://api.github.com/repos/ironhack-labs/data-labs/subscription',\n", + " 'commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/commits{/sha}',\n", + " 'git_commits_url': 'https://api.github.com/repos/ironhack-labs/data-labs/git/commits{/sha}',\n", + " 'comments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/comments{/number}',\n", + " 'issue_comment_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues/comments{/number}',\n", + " 'contents_url': 'https://api.github.com/repos/ironhack-labs/data-labs/contents/{+path}',\n", + " 'compare_url': 'https://api.github.com/repos/ironhack-labs/data-labs/compare/{base}...{head}',\n", + " 'merges_url': 'https://api.github.com/repos/ironhack-labs/data-labs/merges',\n", + " 'archive_url': 'https://api.github.com/repos/ironhack-labs/data-labs/{archive_format}{/ref}',\n", + " 'downloads_url': 'https://api.github.com/repos/ironhack-labs/data-labs/downloads',\n", + " 'issues_url': 'https://api.github.com/repos/ironhack-labs/data-labs/issues{/number}',\n", + " 'pulls_url': 'https://api.github.com/repos/ironhack-labs/data-labs/pulls{/number}',\n", + " 'milestones_url': 'https://api.github.com/repos/ironhack-labs/data-labs/milestones{/number}',\n", + " 'notifications_url': 'https://api.github.com/repos/ironhack-labs/data-labs/notifications{?since,all,participating}',\n", + " 'labels_url': 'https://api.github.com/repos/ironhack-labs/data-labs/labels{/name}',\n", + " 'releases_url': 'https://api.github.com/repos/ironhack-labs/data-labs/releases{/id}',\n", + " 'deployments_url': 'https://api.github.com/repos/ironhack-labs/data-labs/deployments',\n", + " 'created_at': '2018-09-06T14:08:59Z',\n", + " 'updated_at': '2021-04-12T07:24:54Z',\n", + " 'pushed_at': '2021-05-14T14:12:54Z',\n", + " 'git_url': 'git://github.com/ironhack-labs/data-labs.git',\n", + " 'ssh_url': 'git@github.com:ironhack-labs/data-labs.git',\n", + " 'clone_url': 'https://github.com/ironhack-labs/data-labs.git',\n", + " 'svn_url': 'https://github.com/ironhack-labs/data-labs',\n", + " 'homepage': None,\n", + " 'size': 170695,\n", + " 'stargazers_count': 15,\n", + " 'watchers_count': 15,\n", + " 'language': 'Jupyter Notebook',\n", + " 'has_issues': True,\n", + " 'has_projects': True,\n", + " 'has_downloads': True,\n", + " 'has_wiki': True,\n", + " 'has_pages': False,\n", + " 'forks_count': 172,\n", + " 'mirror_url': None,\n", + " 'archived': False,\n", + " 'disabled': False,\n", + " 'open_issues_count': 28,\n", + " 'license': {'key': 'agpl-3.0',\n", + " 'name': 'GNU Affero General Public License v3.0',\n", + " 'spdx_id': 'AGPL-3.0',\n", + " 'url': 'https://api.github.com/licenses/agpl-3.0',\n", + " 'node_id': 'MDc6TGljZW5zZTE='},\n", + " 'allow_forking': True,\n", + " 'is_template': False,\n", + " 'topics': [],\n", + " 'visibility': 'public',\n", + " 'forks': 172,\n", + " 'open_issues': 28,\n", + " 'watchers': 15,\n", + " 'default_branch': 'master'},\n", + " 'network_count': 172,\n", + " 'subscribers_count': 1}" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/madrid-oct-2018')\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "6d240239", + "metadata": { + "scrolled": true + }, + "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": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "fork_url = requests.get(response.json()['forks_url'])\n", + "fork_url.json()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "67247353", + "metadata": { + "scrolled": false + }, + "outputs": [], + "source": [ + "forks_links = [fork['languages_url'] for fork in fork_url.json()]" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "35ddf95d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['HTML', 'Jupyter Notebook', 'Shell', 'Python']" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "languages = set()\n", + "for link in forks_links:\n", + " languages_in_fork = requests.get(link , auth=(username, token))\n", + " langs = list(languages_in_fork.json().keys())\n", + " languages.update(langs)\n", + "languages_final = list(languages)\n", + "languages_final" + ] + }, + { + "cell_type": "markdown", + "id": "8d9a04f3", + "metadata": {}, + "source": [ + "Challenge 2" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "6a52c065", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[]" + ] + }, + "execution_count": 49, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits\n", + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/mad-oct-2018/commits?since=2021-11-10T00:00:00Z')\n", + "response.json()" + ] + }, + { + "cell_type": "markdown", + "id": "36ad16af", + "metadata": {}, + "source": [ + "Challenge 3" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "0a969525", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "['.gitignore',\n", + " '15024',\n", + " '15534',\n", + " '17020',\n", + " '30351',\n", + " '40303',\n", + " '44639',\n", + " '45525',\n", + " '47222',\n", + " '47830',\n", + " '49418',\n", + " '50896',\n", + " '55417',\n", + " '55685',\n", + " '60224',\n", + " '64880',\n", + " '66032',\n", + " '68848',\n", + " '70751',\n", + " '70985',\n", + " '88596',\n", + " '89046',\n", + " '89338',\n", + " '91701',\n", + " '97881',\n", + " '98750']" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#https://api.github.com/repos/ironhack-datalabs/scavenger/branches{/branch}\n", + "response = requests.get('https://api.github.com/repos/ironhack-datalabs/scavenger/contents/' , auth=(username, token))\n", + "a = response.json()\n", + "paths = []\n", + "for path in a:\n", + " paths.append(path['path'])\n", + "paths" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "f6e6a9dd", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "['15024',\n", + " '15534',\n", + " '17020',\n", + " '30351',\n", + " '40303',\n", + " '44639',\n", + " '45525',\n", + " '47222',\n", + " '47830',\n", + " '49418',\n", + " '50896',\n", + " '55417',\n", + " '55685',\n", + " '60224',\n", + " '64880',\n", + " '66032',\n", + " '68848',\n", + " '70751',\n", + " '70985',\n", + " '88596',\n", + " '89046',\n", + " '89338',\n", + " '91701',\n", + " '97881',\n", + " '98750']" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "final_paths = paths[1:]\n", + "final_paths" + ] + }, + { + "cell_type": "code", + "execution_count": 116, + "id": "543c4099", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '15024', 'element': '.0006.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0008.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0012.scavengerhunt'},\n", + " {'path': '17020', 'element': '.0007.scavengerhunt'},\n", + " {'path': '30351', 'element': '.0021.scavengerhunt'},\n", + " {'path': '40303', 'element': '.0022.scavengerhunt'},\n", + " {'path': '44639', 'element': '.0005.scavengerhunt'},\n", + " {'path': '45525', 'element': '.0018.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0016.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0024.scavengerhunt'},\n", + " {'path': '47830', 'element': '.0010.scavengerhunt'},\n", + " {'path': '49418', 'element': '.0014.scavengerhunt'},\n", + " {'path': '50896', 'element': '.0011.scavengerhunt'},\n", + " {'path': '55417', 'element': '.0023.scavengerhunt'},\n", + " {'path': '55685', 'element': '.0020.scavengerhunt'},\n", + " {'path': '60224', 'element': '.0003.scavengerhunt'},\n", + " {'path': '68848', 'element': '.0004.scavengerhunt'},\n", + " {'path': '70751', 'element': '.0019.scavengerhunt'},\n", + " {'path': '70985', 'element': '.0017.scavengerhunt'},\n", + " {'path': '88596', 'element': '.0002.scavengerhunt'},\n", + " {'path': '89338', 'element': '.0013.scavengerhunt'},\n", + " {'path': '91701', 'element': '.0015.scavengerhunt'},\n", + " {'path': '97881', 'element': '.0009.scavengerhunt'},\n", + " {'path': '98750', 'element': '.0001.scavengerhunt'}]" + ] + }, + "execution_count": 116, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "eggs = []\n", + "for path in final_paths:\n", + " response = requests.get(f'https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{path}', auth=(username, token))\n", + " a = response.json()\n", + " pattern = '\\.\\d{4}\\.scavengerhunt'\n", + " for element in a:\n", + " if (re.match(pattern, element['name'])):\n", + " eggs.append({\"path\": path, \"element\": element['name']})\n", + "eggs" + ] + }, + { + "cell_type": "code", + "execution_count": 118, + "id": "b00f13d0", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'path': '98750', 'element': '.0001.scavengerhunt'},\n", + " {'path': '88596', 'element': '.0002.scavengerhunt'},\n", + " {'path': '60224', 'element': '.0003.scavengerhunt'},\n", + " {'path': '68848', 'element': '.0004.scavengerhunt'},\n", + " {'path': '44639', 'element': '.0005.scavengerhunt'},\n", + " {'path': '15024', 'element': '.0006.scavengerhunt'},\n", + " {'path': '17020', 'element': '.0007.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0008.scavengerhunt'},\n", + " {'path': '97881', 'element': '.0009.scavengerhunt'},\n", + " {'path': '47830', 'element': '.0010.scavengerhunt'},\n", + " {'path': '50896', 'element': '.0011.scavengerhunt'},\n", + " {'path': '15534', 'element': '.0012.scavengerhunt'},\n", + " {'path': '89338', 'element': '.0013.scavengerhunt'},\n", + " {'path': '49418', 'element': '.0014.scavengerhunt'},\n", + " {'path': '91701', 'element': '.0015.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0016.scavengerhunt'},\n", + " {'path': '70985', 'element': '.0017.scavengerhunt'},\n", + " {'path': '45525', 'element': '.0018.scavengerhunt'},\n", + " {'path': '70751', 'element': '.0019.scavengerhunt'},\n", + " {'path': '55685', 'element': '.0020.scavengerhunt'},\n", + " {'path': '30351', 'element': '.0021.scavengerhunt'},\n", + " {'path': '40303', 'element': '.0022.scavengerhunt'},\n", + " {'path': '55417', 'element': '.0023.scavengerhunt'},\n", + " {'path': '47222', 'element': '.0024.scavengerhunt'}]" + ] + }, + "execution_count": 118, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "new_eggs = sorted(eggs, key=itemgetter('element'))\n", + "new_eggs" + ] + }, + { + "cell_type": "code", + "execution_count": 119, + "id": "b6201a1d", + "metadata": { + "scrolled": false + }, + "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": 119, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import base64\n", + "text= ''\n", + "for file in new_eggs:\n", + " response = requests.get(f\"https://api.github.com/repos/ironhack-datalabs/scavenger/contents/{file['path']}/{file['element']}\")\n", + " a = response.json()\n", + " aa = base64.b64decode(a['content'])\n", + " aaa = aa.decode('utf-8')\n", + " aaaa = aaa.replace('\\n', '')\n", + " text+= f'{aaaa} '\n", + "text" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e193a910", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}