Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Scraper & Downloader

A Django web application that scrapes a public Spotify playlist and downloads the tracks as MP3 files from YouTube.

Installation

  1. Clone the Repository

git clone https://github.com/Wint3rNight/SpotifyScraper.git cd

  1. Set Up a Python Virtual Environment

Create the virtual environment

python -m venv venv

Activate the environment

On Windows:

venv\Scripts\activate

On macOS/Linux:

source venv/bin/activate
  1. Install System Dependency: FFmpeg

    On macOS (with Homebrew):

    brew install ffmpeg
On Linux (Debian/Ubuntu):
    sudo apt update && sudo apt install ffmpeg
On Linux (Arch):
    sudo pacman -Syu ffmpeg
On Windows:
Follow the official instructions to download and add FFmpeg to your system's PATH.
  1. Install Python Packages
pip install -r requirements.txt
  1. Run the Application
python manage.py runserver

Navigate to http://127.0.0.1:8000/ in your web browser.

About

Downloads songs from spotify playlist

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages