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.7zand extract the downloaded file inC:\and rename the extracted folder toffmpeg. AddC:\ffmpeg\binto your system's PATH (User variables) environment variable. -
Clone the repository, open the folder in
VSCodeand 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.exampleto.envand add Spotify credentials. -
そうそう you good to go. Run
python app.pyand listen without limits.
requirements.txt so update these manually.
It's open-source under MIT.
Here's the screenshot btw.