Skip to content

Its a basic website made with flask where you can sign in with your Spotify account and download you're liked songs, playlists, albums, etc...

Notifications You must be signed in to change notification settings

adam-kabbara/spotify2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Spotify2Mp3

Spotify2Mp3 is a website where you can download songs from you're spotify account image

Languages

This is a basic/experimental website which uses Python(flask) as a backend and html, css, and Javascript on the frontend .

Description

The goal of this website is that you will sign into your Spotify account and you will be taken to the inventory page where you will see 5 buttons (saved songs, top songs, recent songs, saved playlists, and saved albums). You can then press any of them and will be redirected to a page which displays the information of the songs in a table format. From there you willbe able to download any song you choose or you can press the download all button to, well, download all the songs.

Implementation

I use the Spotify api in order to get the user's data, then I used youtube_dl in order to download the the audio of the songs from youtube videos, and used a third party module in order to search for the urls of the youtube vidoes.

Future Features

In the future I plan on writing my own "youtube scrapper" in order to search for the song urls on youtube.

About

Its a basic website made with flask where you can sign in with your Spotify account and download you're liked songs, playlists, albums, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published