Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmahajan095 committed Feb 21, 2023
1 parent d679a0e commit 5eefcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
# Installation
To use this script, you will need to install the Spotipy library. You can do this using pip:

**pip install spotipy**
`pip install spotipy`

# Usage
1. Clone this repository to your local machine.
2. Enter your Spotify client ID, client secret, and redirect URI when prompted.
3. Run the script using the command :

**python spotify_data_retrieval.py**
`python spotify_data_retrieval.py`

The script will then retrieve the user's saved tracks, playlists, and recently played tracks, and print them out to the console.

Expand All @@ -35,7 +35,7 @@ The script will then retrieve the user's saved tracks, playlists, and recently p

After obtaining the Client ID, Client Secret & Redirect URI,

1. Install the Spotipy library by running **pip install spotipy** in your terminal. (in case if you don't have)
1. Install the Spotipy library by running `pip install spotipy` in your terminal. (in case if you don't have)

2. Download the script from the repository.

Expand Down

0 comments on commit 5eefcf2

Please sign in to comment.