A web app that allows you to migrate your playlists and liked songs from one platform to the other with ease. It could potentially be integrated with the open website. The backend will be on python using the api's of the various music apps.
- Python (Flask or Django)
- HTML, CSS (or React)
- itunes-iap
- spotipy
- ytmusicapi
- tidalapi
- deezer-pyhton
- soundcloud-lib
- pysaavn
- qobuz-dl
graph TD
id1([Start of Project]) --> id2([Project Briefing and divison]) --> id3([Listing the Various API's]) --> id7([Creating functionality<br>for all providers]) --> id8([Integration of frontend-backend]) --> id9([final Deployment])
id2([Project Briefing and divison]) --> id4([Creating frontend design]) --> id5([Approval of design]) --> id6([Completing Frontend]) --> id8([Integration of frontend-backend])
Star ⭐ and fork the repository...
Clone the repository on your local machine...
git clone https://github.com/upes-open/Music-Player-Migrator.git
Go to the project directory
cd music-player-migrator-main
Get assigned yourself the issue you want to contribute.
Start working on the assigned issue.
Contributions are always welcome!
See contributing.md
for ways to get started.