Tired of the same music? Looking for some good Reggaeton?...don't worry, here you have the marvelous Spotify Web API 💥 💥 💥
Just go to your Spotify account dashboard and create an WEB APP using your user account.
IMPORTANT: you'll need you Client ID and Client Secret in order to get your access token.
In the development notebook you must create a a new spotify track list from any of the 13 artists listed.
IMPORTANT: first you must get the related artist and the get the most popular songs from each of them in order to create the new list.
You can create a new Playlist and fill it with your new track list using the POST
method (further instructions in Notebook).
If you still feel strong, refactor your code and create a data pipeline (i.e.: main.py
).