A program that gets your music from Spotify and downloads it from Youtube Music. NOTE: This program is in it' s alpha stage and i'm not a Python developer, so, any contribution is appreciated!
$ pip install musync
$ git clone https://github.com/vittodevit/musync
$ cd musync
$ python setup.py install
$ musync [configfile]
Create a json file with this structure:
{
"spotify_client_id": "...",
"spotify_client_secret": "...",
"playlists": [
"https://open.spotify.com/playlist/...",
/* ... */
]
}
To obtain the client_id
and client_secret
- Sign in HERE with your Spotify account
- Click on the green button Create An App and give it a Name and Description
- Copy Client ID
- Show and copy Client Secret