Add script to copy playlists from spotify to tidal

This commit is contained in:
Timothy Rae
2021-05-31 19:35:31 +12:00
commit 0c6b9798d3
6 changed files with 1034 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
spotipy==2.10.0
tidalapi==0.6.8
pyyaml==5.3.1
tqdm==4.45.0
mutagen==1.45.0
psutil==5.8.0