Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.61 KB

Spotify

Spotify To Youtube MP3

Description

In this project i try to access to the Spotify song of a user and then get those song's name and artist then convert it to Youtube MP3 because Spotify Free won't allow you to donwload their song's. I used flask to set up some endpoints and using OAuth to iteract with Spotify API to get the access to user's playlist

Instruction

Step 1: Install setup file

python setup.py install

Step 2: Setup the redirect url and get the clientid and clientsecret

Step 3: Run the app.py with Flask

flask run

Step 4: Run the downloadvideos.py

python downloadvideos.py

There you go!!!