Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You need to install tidalapi using pip install tidalapi (more can be found here https://github.com/tamland/python-tidal) | |
# Input is UTF-8 CSV file with format Artist - Album | |
# Fill in your username and password on line 13 -> session.login('username', 'password') | |
# Fill in filename of your CSV file on line 16 -> with open('file.csv', encoding="utf8") as csvfile: | |
import csv | |
import sys | |
import pprint | |
import tidalapi |