You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web Scraper made it with Python, it extracts a list of songs from spotify and downloads the songs in it.
Before running the script make sure you met all the requirements,
you can check that out in the .txt, and install them using $pip install -r requirements.txt
or using a virutal environment $ python install -r requirements.txt , later on run the script using $ python run.py
The Api will ask for the spotify list
You can enter the correct input like this using the url link of your desired spotify list or just using the last part of the url
The Api will start the downloading of the list you entered, it will show like this after taking into consideration a few variables that we established within the code to make sure you download the correct version of the songs. (You are able to change these variables whithin the code).
In the last part of the process, the api will save the song in a folder named downloads and it will show if there has been any problem with the download of any of the song's list you provided, and show you the number of songs successfully downloaded.