Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.53 KB

Spotify Downloader :trollface:

just another spotify downloader.

Bro, its just a python (flask) app. You just need Python and ffmpeg to start.

  1. Install Python 3.x & pip (comes with Python installer).

  2. Download ffmpeg-git-essentials.7z and extract the downloaded file in C:\ and rename the extracted folder to ffmpeg. Add C:\ffmpeg\bin to your system's PATH (User variables) environment variable.

  3. Clone the repository, open the folder in VSCode and create a virtual environment (recommended) using

    python -m venv venv

    activate the virtual environment by running

    .\venv\Scripts\activate.bat

    and install dependencies if any dependency isn't there, dont worry python 🐍 gonna tell you.

    pip install -r requirements.txt
  4. Rename .env.example to .env and add Spotify credentials.

  5. そうそう you good to go. Run python app.py and listen without limits.

⚠️ Dependencies could be outdated in requirements.txt so update these manually.

It's open-source under MIT.

Here's the screenshot btw.