spotify-to-mp3-converter
You can basically understand the process with just this image but for clarity, these are the steps.
Before using the exe download ffmpeg with reference to https://www.youtube.com/watch?v=r1AtmY-RMyQ.
For using the downloader.exe
, follow these steps:
As soon as you run it you will be asked some questions. Let me guide you through it!
You need to input the directory where you want your music downloaded in, for example C:\Users\%USERPROFILE%\Videos\Music
.
If you dont know how to get your directory, here is how:
-
Open up your file explorer
-
Go to the location where you would like to save the songs.
-
click next to music
-
Your directory should be highlighted as follows
-
Simply press
Ctrl + c
and you have your directory copied!!
now you will have to answer this question:
If you want to download a song, type song
and press enter. If its a playlist, type playlist
and press enter.
After that, input the link of the song/playlist
Voila! your music will be download.
For using source code:
Head over to the Source
folder and download the code.
install the requirements by pip install -r requirements.txt
Also download ffmpeg with reference to https://www.youtube.com/watch?v=r1AtmY-RMyQ
Before you run the downloader.py
create a spotify developer application, to get your Client Id
and Client Secret
and copy and paste them in the respective variables in line 54
now run the downloader.py
with python downloader.py
in the command prompt and follow the steps mentioned above