Script to move liked songs OR playlists from Tidal TO Spotify liked songs OR playlists
Tidal doesnt have an official API, this script uses a lib which is made from reverse engineered API's. This will probably stop working in the future 🤷♂️
- Read the code (main.py)
- Install the dependencies in requirements.txt -
pip3 install -r requirements.txt
- Get spotify oauth creds, Here - clientID and clientSecret
- Put these in the code
- Comment / Uncomment lines based on what you would like the script to do
- Create a file
error.txt
in the same folder as the script - songs failed to be matched by Spotify API will be written here - Run the script
- Check the desired output on Spotify
- Profit?