Skip to content

Gets all your spotify playlists and downloads them from Youtube Music.

License

Notifications You must be signed in to change notification settings

vittodevit/musync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musync

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!

Installation

Using Pip

  $ pip install musync

Manual

  $ git clone https://github.com/vittodevit/musync
  $ cd musync
  $ python setup.py install

Usage

$ musync [configfile]

Configuration

Create a json file with this structure:

{
  "spotify_client_id": "...",
  "spotify_client_secret": "...",
  "playlists": [
    "https://open.spotify.com/playlist/...",
    /* ... */
  ]
}

Spotify authorization:

To obtain the client_id and client_secret

  1. Sign in HERE with your Spotify account
  2. Click on the green button Create An App and give it a Name and Description
  3. Copy Client ID
  4. Show and copy Client Secret

About

Gets all your spotify playlists and downloads them from Youtube Music.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages