Skip to content

Web Scraper made it with Python, it extracts a list of songs from spotify and downloads the songs in it

License

Notifications You must be signed in to change notification settings

dmatarinl/Web_Scraper_pythonApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Web Scraper made it with Python, it extracts a list of songs from spotify and downloads the songs in it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages