Skip to content

agrogov/spoty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

spoty

Python script to synchronize two Spotify accounts

objects to be synced

  • user's saved tracks
  • user's saved artists
  • user's saved albums
  • user's playlists

requirements

  • on each account create new app to be able to use Spotify API

    image - click on "Settings" button image - copy "Client ID" and "Client secret" values image
  • install spotipy lib

pip install spotipy

usage

  • change variables with your Spotify accounts emails and values from the previous step
old_username = "your_old_account_email@outlook.com"
old_client_id = "OLD_CLIENT_ID"
old_client_secret = "OLD_CLIENT_SECRET"

new_username = "your_new_account_email@gmail.com"
new_client_id = "NEW_CLIENT_ID"
new_client_secret = "NEW_CLIENT_SECRET"
  • run script, sequentially, pages for authorization will open in the browser, first in the old account, then in the new one. After authorization, you need to allow the application access to your account
python spoty.py

About

Python script to synchronize two Spotify accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages