SMART PEOPLE WON'T USE IT: SPOTIFY PLAYLIST TO MP3.
open cmd and type
pip install selenium
after installation of selenium
pip install spotipy
(make sure set PATH was checked while installing python, else pip won't
work)
STEP 2:
download geckodriver. https://github.com/mozilla/geckodriver/releases
extract it
STEP 3:
open cmd and type
setx path "%path%;<GeckoDriver Path>"
example:
setx path "%path%;C:\Users\hp\Desktop\DownloadSpreeDec2022\i
created balls\geckodriver.exe>"
(you can find path by righting clicking on 'geckodriver.exe' then
choosing copy as path)
STEP 4:
Download this code and run it-
STEP 5:
Copy spotify playlist which you want to download and paste it. Press
enter and wait.
Songs will be downloaded in a moment.
If you face any problems, mail me at- diptanshu.1406@gmail.com
This is pirating songs from piracy websites. Its illegal to do so. Don't
do it- just buy Spotify premium. I created this because I wanted to learn about
data scraping and Web drivers. It was a fun & educational project for me. I
might not use it very often, also you must use it at your own risk.
Thanks to-
Comments