Deezer User Token Access

# Set up the Deezer API client api = deezer.Deezer(client_id, client_secret)

import requests

# Get the authorization code from the user code = input('Enter the authorization code: ') deezer user token

# Get the authorization URL auth_url = api.get_auth_url(scopes=['basic_access', 'email']) # Set up the Deezer API client api = deezer