https://github.com/bobvanderlinden/google-spotify-transfer
A tool to copy favorites from Google Music to Spotify.
https://github.com/bobvanderlinden/google-spotify-transfer
favorites google-music spotify
Last synced: 29 days ago
JSON representation
A tool to copy favorites from Google Music to Spotify.
- Host: GitHub
- URL: https://github.com/bobvanderlinden/google-spotify-transfer
- Owner: bobvanderlinden
- Created: 2018-07-29T19:29:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T19:36:41.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T04:41:34.088Z (3 months ago)
- Topics: favorites, google-music, spotify
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Music to Spotify Favorites Transfer
A tool to copy favorites from Google Music to Spotify.
I used this to move to Spotify.
## Installation
```
npm install
```## Usage
First run the tool:
```
npm start
```A browser will appear asking for your Spotify credentials.
Once entered, another browser will appear asking for your Google credentials.
These steps will not ask for your password if you were already logged in.
## Workings
The core of this tool uses Google Music and Spotify APIs.
For the authentication, a Express server is created that functions as a local OAuth2 server.
I already registered an application for both Google Music as well as Spotify that is hard-coded into this tool.