Pulling information through Spotify's API connection. This program can pull an artist's top tracks and related artists through Spotify's API connection. Here's the official website: https://developer.spotify.com
This program is using Python 3.10. You can download Python here: https://www.python.org/downloads/
Use the following code to install the required Python packages: pip install requests pip install spotipy pip install python-dotenv
Make sure and create a .env file for your own configuration settings. If you don't have your Client ID and Secret you can get them here: https://developer.spotify.com/dashboard/applications
CLIENT_ID= CLIENT_SECRET= ARTIST_ID=