diff --git a/notebooks/spotify_rest_api_challenge.ipynb b/notebooks/spotify_rest_api_challenge.ipynb index 5e4f8f7..feb328b 100644 --- a/notebooks/spotify_rest_api_challenge.ipynb +++ b/notebooks/spotify_rest_api_challenge.ipynb @@ -16,14 +16,19 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 139, "id": "17a49776", "metadata": {}, "outputs": [], "source": [ "# Imports\n", - "\n", - "\n" + "import pandas as pd\n", + "import requests\n", + "from dotenv import dotenv_values\n", + "import random\n", + "import string\n", + "import requests\n", + "import webbrowser" ] }, { @@ -38,21 +43,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 143, "id": "7b5d2e52", "metadata": {}, "outputs": [], "source": [ "# Generate token with a POST request\n", - "\n", - "client_id = # CLIENT ID\n", - "client_secret = # CLIENT SECRET\n", + "client_id = dotenv_values(\"./.env\")['CLIENT_ID']\n", + "client_secret = dotenv_values(\"./.env\")['CLIENT_SECRET']\n", "auth_url = 'https://accounts.spotify.com/api/token'" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 144, "id": "c7901d1e", "metadata": {}, "outputs": [], @@ -64,10 +68,23 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 145, "id": "262e7e18", "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "{'access_token': 'BQCEHHU8phUn8jmqfrwJi4EZHDD5o9WRoJDntoJIuMg26iO3G7Nwzype9tKw9TDD1hiLnm9XqHu_e7yZRxlUl5dPdA0PNmHRq-QNCbdNUfkc0IBj4Cg',\n", + " 'token_type': 'Bearer',\n", + " 'expires_in': 3600}" + ] + }, + "execution_count": 145, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "access_token = auth_response['access_token']\n", "auth_response" @@ -85,7 +102,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "62e6d4fb", "metadata": {}, "outputs": [], @@ -143,27 +160,577 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "id": "04f85940", "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "'https://api.spotify.com/v1/artists/2Wwiu1wnq1W8AMYbWuRFDH'" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Here you can complete your endpoint URI\n", + "artist = '2Wwiu1wnq1W8AMYbWuRFDH'\n", + "\n", + "full_endpoint = base_url + resource + artist\n", "\n", - "full_endpoint = \n", "full_endpoint" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "50ec3959", "metadata": {}, "outputs": [], "source": [ "# Start building your playlist!!!\n", "\n", - "\n" + "relres = requests.get(full_endpoint + '/related-artists', headers=header_info)\n", + "related = relres.json()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "c395900d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
| \n", + " | genres | \n", + "href | \n", + "id | \n", + "images | \n", + "name | \n", + "popularity | \n", + "type | \n", + "uri | \n", + "external_urls.spotify | \n", + "followers.href | \n", + "followers.total | \n", + "
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", + "[murcia indie, rock alternativo espanol, spani... | \n", + "https://api.spotify.com/v1/artists/57s0ep3eNSg... | \n", + "57s0ep3eNSg81D7ZxiuHbC | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Viva Suecia | \n", + "56 | \n", + "artist | \n", + "spotify:artist:57s0ep3eNSg81D7ZxiuHbC | \n", + "https://open.spotify.com/artist/57s0ep3eNSg81D... | \n", + "None | \n", + "112431 | \n", + "
| 1 | \n", + "[rock alternativo espanol, spanish indie pop, ... | \n", + "https://api.spotify.com/v1/artists/6rRTrEHzGSD... | \n", + "6rRTrEHzGSDqhmFJQrNFMO | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Shinova | \n", + "49 | \n", + "artist | \n", + "spotify:artist:6rRTrEHzGSDqhmFJQrNFMO | \n", + "https://open.spotify.com/artist/6rRTrEHzGSDqhm... | \n", + "None | \n", + "53126 | \n", + "
| 2 | \n", + "[spanish indie pop, spanish modern rock, tonti... | \n", + "https://api.spotify.com/v1/artists/2k60o7SVpOK... | \n", + "2k60o7SVpOKmzpuTEAG3L8 | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Veintiuno | \n", + "47 | \n", + "artist | \n", + "spotify:artist:2k60o7SVpOKmzpuTEAG3L8 | \n", + "https://open.spotify.com/artist/2k60o7SVpOKmzp... | \n", + "None | \n", + "28290 | \n", + "
| 3 | \n", + "[spanish modern rock] | \n", + "https://api.spotify.com/v1/artists/3wcfgYTtdxm... | \n", + "3wcfgYTtdxmXrhuUuq3kEe | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Carmen 113 | \n", + "37 | \n", + "artist | \n", + "spotify:artist:3wcfgYTtdxmXrhuUuq3kEe | \n", + "https://open.spotify.com/artist/3wcfgYTtdxmXrh... | \n", + "None | \n", + "5172 | \n", + "
| 4 | \n", + "[spanish indie pop] | \n", + "https://api.spotify.com/v1/artists/5q3atpVIFpX... | \n", + "5q3atpVIFpXkHlcOKyK0H4 | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Siloé | \n", + "47 | \n", + "artist | \n", + "spotify:artist:5q3atpVIFpXkHlcOKyK0H4 | \n", + "https://open.spotify.com/artist/5q3atpVIFpXkHl... | \n", + "None | \n", + "32821 | \n", + "
| 5 | \n", + "[spanish indie pop, spanish modern rock] | \n", + "https://api.spotify.com/v1/artists/7JrMDzLZQ25... | \n", + "7JrMDzLZQ25BJwc4tD8jl8 | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "ELYELLA | \n", + "46 | \n", + "artist | \n", + "spotify:artist:7JrMDzLZQ25BJwc4tD8jl8 | \n", + "https://open.spotify.com/artist/7JrMDzLZQ25BJw... | \n", + "None | \n", + "28997 | \n", + "
| 6 | \n", + "[murcia indie, spanish indie pop, spanish mode... | \n", + "https://api.spotify.com/v1/artists/3Ju3bW8OaeU... | \n", + "3Ju3bW8OaeUmfQKqMtATKr | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Second | \n", + "45 | \n", + "artist | \n", + "spotify:artist:3Ju3bW8OaeUmfQKqMtATKr | \n", + "https://open.spotify.com/artist/3Ju3bW8OaeUmfQ... | \n", + "None | \n", + "92945 | \n", + "
| 7 | \n", + "[] | \n", + "https://api.spotify.com/v1/artists/4H3BAAfpEcL... | \n", + "4H3BAAfpEcLHQkaQKfvoW8 | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Mikel Izal | \n", + "51 | \n", + "artist | \n", + "spotify:artist:4H3BAAfpEcLHQkaQKfvoW8 | \n", + "https://open.spotify.com/artist/4H3BAAfpEcLHQk... | \n", + "None | \n", + "31895 | \n", + "
| 8 | \n", + "[spanish indie pop] | \n", + "https://api.spotify.com/v1/artists/2FN1YrHU65d... | \n", + "2FN1YrHU65dhPZKl3GD7Vd | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Sexy Zebras | \n", + "40 | \n", + "artist | \n", + "spotify:artist:2FN1YrHU65dhPZKl3GD7Vd | \n", + "https://open.spotify.com/artist/2FN1YrHU65dhPZ... | \n", + "None | \n", + "28051 | \n", + "
| 9 | \n", + "[granada indie, spanish indie pop] | \n", + "https://api.spotify.com/v1/artists/3mOsjj1Mhoc... | \n", + "3mOsjj1MhocRVwOejIZlTi | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Lori Meyers | \n", + "51 | \n", + "artist | \n", + "spotify:artist:3mOsjj1MhocRVwOejIZlTi | \n", + "https://open.spotify.com/artist/3mOsjj1MhocRVw... | \n", + "None | \n", + "274606 | \n", + "
| 10 | \n", + "[spanish indie pop, spanish rock] | \n", + "https://api.spotify.com/v1/artists/1vBn5Puz4md... | \n", + "1vBn5Puz4mdZopZEHq1QDq | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "La Maravillosa Orquesta del Alcohol | \n", + "56 | \n", + "artist | \n", + "spotify:artist:1vBn5Puz4mdZopZEHq1QDq | \n", + "https://open.spotify.com/artist/1vBn5Puz4mdZop... | \n", + "None | \n", + "221054 | \n", + "
| 11 | \n", + "[cantautor, spanish indie pop, spanish modern ... | \n", + "https://api.spotify.com/v1/artists/61C3cEhdoJ9... | \n", + "61C3cEhdoJ9YiQSQSwYB4K | \n", + "[{'height': 1000, 'url': 'https://i.scdn.co/im... | \n", + "Supersubmarina | \n", + "49 | \n", + "artist | \n", + "spotify:artist:61C3cEhdoJ9YiQSQSwYB4K | \n", + "https://open.spotify.com/artist/61C3cEhdoJ9YiQ... | \n", + "None | \n", + "291467 | \n", + "
| 12 | \n", + "[tontipop] | \n", + "https://api.spotify.com/v1/artists/7wItEsGHPEa... | \n", + "7wItEsGHPEaFKnb1iJhbmW | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Niña Polaca | \n", + "42 | \n", + "artist | \n", + "spotify:artist:7wItEsGHPEaFKnb1iJhbmW | \n", + "https://open.spotify.com/artist/7wItEsGHPEaFKn... | \n", + "None | \n", + "15289 | \n", + "
| 13 | \n", + "[spanish indie pop, spanish modern rock] | \n", + "https://api.spotify.com/v1/artists/1uvhwixGrZk... | \n", + "1uvhwixGrZkuT2gpQQWgYb | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Miss Caffeina | \n", + "46 | \n", + "artist | \n", + "spotify:artist:1uvhwixGrZkuT2gpQQWgYb | \n", + "https://open.spotify.com/artist/1uvhwixGrZkuT2... | \n", + "None | \n", + "193569 | \n", + "
| 14 | \n", + "[spanish indie pop, spanish pop, spanish rock] | \n", + "https://api.spotify.com/v1/artists/2hazSY4Ef3a... | \n", + "2hazSY4Ef3aB9ATXW7F5w3 | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "IZAL | \n", + "58 | \n", + "artist | \n", + "spotify:artist:2hazSY4Ef3aB9ATXW7F5w3 | \n", + "https://open.spotify.com/artist/2hazSY4Ef3aB9A... | \n", + "None | \n", + "588384 | \n", + "
| 15 | \n", + "[murcia indie, spanish indie pop] | \n", + "https://api.spotify.com/v1/artists/6kkQkBRrPcQ... | \n", + "6kkQkBRrPcQGUN8g2grxwb | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Varry Brava | \n", + "41 | \n", + "artist | \n", + "spotify:artist:6kkQkBRrPcQGUN8g2grxwb | \n", + "https://open.spotify.com/artist/6kkQkBRrPcQGUN... | \n", + "None | \n", + "54122 | \n", + "
| 16 | \n", + "[spanish indie pop, spanish indie rock, tontipop] | \n", + "https://api.spotify.com/v1/artists/5w3bs8jNvbb... | \n", + "5w3bs8jNvbb0QHf5Lo0sva | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Ginebras | \n", + "46 | \n", + "artist | \n", + "spotify:artist:5w3bs8jNvbb0QHf5Lo0sva | \n", + "https://open.spotify.com/artist/5w3bs8jNvbb0QH... | \n", + "None | \n", + "53935 | \n", + "
| 17 | \n", + "[spanish indie pop, tontipop] | \n", + "https://api.spotify.com/v1/artists/5Q30fhTc0Sl... | \n", + "5Q30fhTc0Sl0Q4C5dOjhhQ | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "La La Love You | \n", + "56 | \n", + "artist | \n", + "spotify:artist:5Q30fhTc0Sl0Q4C5dOjhhQ | \n", + "https://open.spotify.com/artist/5Q30fhTc0Sl0Q4... | \n", + "None | \n", + "97075 | \n", + "
| 18 | \n", + "[spanish indie pop, spanish modern rock] | \n", + "https://api.spotify.com/v1/artists/2pMVWkucVS1... | \n", + "2pMVWkucVS130nJx59uAEa | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Sidonie | \n", + "47 | \n", + "artist | \n", + "spotify:artist:2pMVWkucVS130nJx59uAEa | \n", + "https://open.spotify.com/artist/2pMVWkucVS130n... | \n", + "None | \n", + "178750 | \n", + "
| 19 | \n", + "[tontipop] | \n", + "https://api.spotify.com/v1/artists/6SShgjYwZQZ... | \n", + "6SShgjYwZQZ8Nx2wo5IKdd | \n", + "[{'height': 640, 'url': 'https://i.scdn.co/ima... | \n", + "Karavana | \n", + "41 | \n", + "artist | \n", + "spotify:artist:6SShgjYwZQZ8Nx2wo5IKdd | \n", + "https://open.spotify.com/artist/6SShgjYwZQZ8Nx... | \n", + "None | \n", + "18083 | \n", + "