Clay Crawford's profile

Spotify API Interface

Spotify API Interface
The Idea
I created an interface to interact with the Spotify Web API in order to have an easier way to retrieve user and artist information from Spotify. With this interface, you can follow a few instructions to input some basic information and retrieve artist and user information. Additionally, I wanted to program this interface in Python so I could further develop my skills in this language. This project meant a lot to me because I enjoyed the problem solving that accompanied it, and I enjoy having easier access to information on my favorite artists.
A Simple Search
The above function allows you to input the display name of an artist, and it will output the artist's 'uri', which is used in other functions within this program. An example input/output interaction is shown above as well.
My Recent Info
Shown above is the function to retrieve information for a Spotify listener, with the results for my top ten artists in the short term listed at the bottom
Artist Info
This function uses the previous artist search function to produce a uri that can be used to search the Spotify API for information on a specific artist. In this case, the function outputs the top tracks for the artist "Pilgrimage"
Spotify API Interface
Published:

Spotify API Interface

Published: