just another spotify downloader.
Bro, its just a python (flask)
app. You just need Python
and ffmpeg
to start.
-
Install Python 3.x & pip (comes with Python installer).
-
Download
ffmpeg-git-essentials.7z
and extract the downloaded file inC:\
and rename the extracted folder toffmpeg
. AddC:\ffmpeg\bin
to your system's PATH (User variables) environment variable. -
Clone the repository, open the folder in
VSCode
and create a virtual environment (recommended) usingpython -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
-
Rename
.env.example
to.env
and add Spotify credentials. -
そうそう you good to go. Run
python app.py
and listen without limits.
requirements.txt
so update these manually.
It's open-source under MIT.
Here's the screenshot btw.