Skip to content

SINF-KEN/spotify-m3u8-to-mp3-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Downloader

A simple Python script that downloads all the songs from a Spotify playlist.

Getting Started

To get the m3u8 file, visit Spotify to m3u8. https://lukasticky.gitlab.io/spotify-to-m3u/

Prerequisites

Ensure you have Python installed. Create a virtual environment and install the necessary dependencies.

Installation

  1. Set up the virtual environment:

    python3 -m venv env
  2. Activate the virtual environment:

    • macOS:

      source env/bin/activate
    • Windows:

      .\env\Scripts\activate
  3. Install the required packages:

    pip install -r requirements.txt

Configuration

  1. Open the script:

    Edit music_download.py to update the file path (output and also m3u8) and insert your Last.fm API key.

Usage

Run the script:

python music_download.py

i hope you like it :)

Releases

No releases published

Packages

No packages published

Languages