Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.56 KB

File metadata and controls

27 lines (13 loc) · 1.56 KB

Web_Scraper_pythonApi

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

image

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

image

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).

image

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.

image