Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Script that migrates liked songs from Google Play Music to Spotify

Notifications You must be signed in to change notification settings

otakusid/lab.gmusic-to-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate from Google Play Music to Spotify

Script that migrates liked songs from Google Play Music to Spotify

requirements

  • python 3.8+

how to use

  • install pipenv
py -m pip install pipenv
  • install dependencies
py -m pipenv install
SET SPOTIPY_CLIENT_ID=client_id_here
SET SPOTIPY_CLIENT_SECRET=client_secret_here
SET SPOTIPY_REDIRECT_URI=http://localhost
  • configure python to use UTF-8 for output
SET PYTHONIOENCODING=utf-8
  • run migration
py -m pipenv run py .\src\app.py --spotify-user-id SPOTIFY_USER_ID
  • follow prompts to allow access to Google Music and Spotify

dependencies

About

Script that migrates liked songs from Google Play Music to Spotify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages