Skip to content

NePutin94/VK-2-Spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vk-to-spotify

Install libs

Usage

Basic installation: Open 'src.py' and set the values to variables

  • spotify auth: cid(SPOTIPY_CLIENT_ID), secret(SPOTIPY_CLIENT_SECRET), redirect(SPOTIPY_REDIRECT_URI)
  • vk auth: vkNumber, vkPass
  • Select the search method: fast or slow A quick search will most likely find more tracks, but the search accuracy will be low (there is a chance that it will find the wrong track that you need). Slow search will find fewer tracks, but it won't exactly add 'similar' tracks to your playlist

Then you have two ways:

  • The first way

    • Go to 'src.py' and make sure that the 'vkDump' flag is set to True
    • Run the file in the console python src.py
    • After some time, the music from VK will be saved to a file 'vktracks.txt', then the search for music from the file in Spotify will start automatically
  • Second way

    • Create a file vktracks.txt
    • Fill it with your tracks, pattern: ArtistName|Title
    • Open the file 'src.py', set the vkDump flag to False
    • Run the file in the console python src.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages