Skip to content

Commit

Permalink
fixing error for python version in macOS and other OS
Browse files Browse the repository at this point in the history
  • Loading branch information
rickystar04 committed Oct 26, 2023
1 parent 131137e commit cc1c9c2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3,885 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,36 @@ SPDownloader is a Python-based tool that allows you to download all the tracks f

- Python **3.10** (minimum) and pip installed and updated on the system.

- Ffmpeg installed. Install latest version from [here](https://ffmpeg.org/download.html).

## Getting Started

1. Visit the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/) and log in.

2. Accept the terms of service (if this is your first time logging in).

3. Select "Create an App" and enter any name you want.

4. Copy the Client Id and Client Secret.

## Setup

1. Clone this repository to your local machine.

2. Run `setup.py` to install the necessary dependencies.

3. Run the "spdownloader.py" file once to create the .env file, then edit it by entering the client_id and client_secret you copied previously

4. Paste the Client Id and Client Secret into the appropriate fields in the newly created `.env` file

## Usage

1. Open Spotify and navigate to the playlist or album you want to download.

2. Click the 3 dots and select share > copy link to playlist.

3. Run `python3 spdownloader.py` in your terminal.

4. Paste the link to the playlist or album

## Contributing
Expand Down
Loading

0 comments on commit cc1c9c2

Please sign in to comment.