Skip to content

Instantly share code, notes, and snippets.

@hmlON
hmlON / latest_releases_spotify.py
Created May 12, 2019 13:50
Fetching latest releases from Spotify API
sleep_time = 0.1
from spotipy import util
token = util.prompt_for_user_token('hello','user-read-email, user-follow-read',client_id='286f256e17b842a49dad8c4a45bd3c5f',client_secret='adb245ed82a0440b8d51641ad5c5c765',redirect_uri='http://0.0.0.0:3000')
import requests
import time
# fetching favorite artists