We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00c432 commit 2b9fc86Copy full SHA for 2b9fc86
songs-of-artist/readme.md
@@ -0,0 +1,17 @@
1
+Songs of Artist
2
+
3
+A music search application, using a few named technologies that allows users to search for the songs of their favorite Artists in a very less time.
4
5
+Getting Started
6
7
+Install spotipy using pip
8
9
+$ pip install spotipy
10
11
+After installation
12
13
+Update the client_id and secret_key in the configuration file to authenticate the spotipy api
14
15
+After updation
16
17
+Run the file songs_of_artists.py to see the songs of your favorite artist.
0 commit comments