Question: 1 . use any python Spotify API and make connection to Spotify API. 2 . Connect to the Top 5 0 - USA playlist via
use any python Spotify API and make connection to Spotify API.
Connect to the Top USA playlist via the API. You should get the JSON data back from the API.
Create a class call Song which store each of the song information. Include any other necessary methods or attributes in your class.
Store the songs from the Top USA into a collection of Song array arraylist or others are all fine using class created from step
Repeat the same step for for Top UK
Count the number of Songs that appear in both Top USA and Top UK and returnprintout the song title. use the following code is what and continue to make the code work, import spotipy
from spotipy.oauth import SpotifyClientCredentials
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
