Music importer to Spotify

Import all your music from VK to Spotify

LocalSetup

Install Dependencies pip3 install -r requirements.txt

Put all your credentials to config.py

spotify_user_id = ""
spotify_token = ""

vk_login = ""
vk_password = ""

Run the file
python3 main.py