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:
-
- 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
-
- 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