This is a simple console app that allows users to search for an artist on Spotify and get their full name, top 5 most popular songs, artist ID, and available country markets for their most popular song.
Prerequisites To use this app, you will need to have the following:
- A Spotify account
- A registered Spotify application with client ID and client secret
- Python installed on your machine
- Clone this repository to your local machine.
- Run
npm installto install the necessary dependencies. - Open a .env file in the root directory and add your Spotify client ID and secret:
SPOTIFY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here- Open your terminal or command prompt and navigate to the root directory of the app.
- Run this command to start the app:
python search_artist.py <name_of_the_artist>- Python
- Spotify Web API - Music streaming service API
Denis Humeniuk - initial work
This project is licensed under the MIT License - see the LICENSE.md file for details.