Skip to main content

scripts to convert a Spotify playlist to a Google Music one

Project description

This project is python 3

This project converts Spotify Playlists to Google Music Ones.

To extract a spotify playlist you need the following environment variables defined

SPOTIPY_CLIENT_ID=’’ SPOTIPY_CLIENT_SECRET=’’ SPOTIPY_REDIRECT_URI=’’ SPOTIFY_USER=’’

No typos there. the first 3 are SPOTIPY the api library im using. The last one is your spotify username

to extract a playlist simply run

extractpl <playlist_user> <playlist_id>

The script will walk you though an oauth flow then dump out some json. The oauth flow is skipped if the cached token is valid

to upload a playlist file to google you need the following environment variables defined

export GUSER=’’ (google user name)

Then just run

uploadpl <playlist_json_file>

It will prompt for a password (sorry… no choice really) if you use 2-factor (good!) this needs to be an app specific password

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spotifyPlaylistConverter-1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page